Skip to content

andresnecochea/multitabulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multitabulation

R package to format a cross tabulation for two or more variables.

Features:

  • Produces a table with total, row and column percent.
  • The table can be of two or more varibles.
  • You can include another table with usefull stats like expected values of chisq.test

TODO:

  • SPSS like frequency tables
  • Percent over other margins in tables with more than two variables.
  • Totals and subtotals.
  • A more flexible way to format cells

Installation

In order to install the package from github, you must be sure to have installed devtols:

library(devtools)
install_github("andresnecochea/multitabulation", ref="main")

Once installed you can run the next code to find some examples:

library(multitabulation)
?crosstable

See examples in the vignette: https://andresnecochea.github.io/multitabulation/crosstable.html

About

R package to format cross tabulations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages