ctftable | R Documentation |
This function will create a contingency table with summary statistics using bind.tales and ftable
ctftable( ..., data = parent.frame(), row.vars = NULL, col.vars = NULL, stats = "count" )
ctftable(Freq ~ Type + Cont, stats=c("count", "row"), data=MASS::housing)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.