Codebook of a data frame
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@medicine.psu.ac.th>
'use', 'summ', 'tab1' and 'tableStack'
data(Familydata) codebook(Familydata)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.