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

missing: idea of 2-, 3- n-way frequency tables, mosaic plots #72

Open
friendly opened this issue Jul 6, 2022 · 0 comments
Open

missing: idea of 2-, 3- n-way frequency tables, mosaic plots #72

friendly opened this issue Jul 6, 2022 · 0 comments

Comments

@friendly
Copy link

friendly commented Jul 6, 2022

You need to strongly consider adding a category for cross-classified frequency tables, often most usefully displayed in mosaic plots, marimekko charts etc.

library(vcd)
data(HairEyeColor)
mosaic(~Hair + Eye, data=HairEyeColor, shade=TRUE)

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

No branches or pull requests

1 participant