Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table.headings(): Contribution and coordinates #70

Open
antongrau opened this issue May 8, 2012 · 0 comments
Open

table.headings(): Contribution and coordinates #70

antongrau opened this issue May 8, 2012 · 0 comments
Labels
Milestone

Comments

@antongrau
Copy link
Member

This function is also primarily for publication, because it requires headings to be defined. It is an open question how to properly define the headings. One way might be to simply require a vector with the length of the number of active variables:
"Heading1", "Heading1", "Heading2" etc. This approach is very R like, but not very user friendly.

Another more flexible approach could be to require a list of vectors, where each vector was a heading - but this requires even more R skills. But this would allow for the easy inclusion and exclusion of variables.

This approach requires all variables to only be included in one heading. This might cause a problem for some variables. Another approach could be to require a vector with the length of the number of active modalities. This is a lot more work.

For each heading, the modality is presented with its frequency, contribution and coordinate for 1:3 dimensions.
Each heading has its overall contribution calculated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant