tklebel / crosstabr

Cross tabulation with HTML and Markdown output
Other
1 stars 0 forks source link

Plotting function #12

Open tklebel opened 8 years ago

tklebel commented 8 years ago

Think about plotting the table. Could possibly work with ggplot2 heat-map, where you plot the residuals.

Should be fairly simple, since the the factors are in the data.frame already, so it is just a matter of gathering and plotting accordingly. A layered cross_table could be implemented with facet_wrap.

tklebel commented 8 years ago

Think about plotting grouped cross table. Could we visualize the difference to the ungrouped table? Could be helpful to quickly spot changes after controlling for a confounding factor.