Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

codebook

Codebook of a data frame


Description

Print description, summary statistics and one-way tabulation of variables

Usage

codebook(dataFrame)

Arguments

dataFrame

A data frame for printing the codebook

Details

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.

Author(s)

Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>

See Also

'use', 'summ', 'tab1' and 'tableStack'

Examples

data(Familydata)
codebook(Familydata)

epiDisplay

Epidemiological Data Display Package

v3.5.0.1
GPL (>= 2)
Authors
Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>
Initial release
2018-05-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.