Codebook | R Documentation |
Print description, summary statistics and one-way tabulation of variables
codebook(dataFrame)
dataFrame |
A data frame for printing the codebook |
The default value of dataFrame (ie if no argument is supplied) is '.data'.
While 'summ' produces summary statistics of both numeric and factor variables, 'codebook' gives summary statistics of all numeric variables and one-way tabulation of all factors of the data frame.
Virasakdi Chongsuvivatwong cvirasak@gmail.com
'use', 'summ', 'tab1' and 'tableStack'
data(Familydata) codebook(Familydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.