Codebook {epiDisplay}R Documentation

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@gmail.com

See Also

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

Examples

data(Familydata)
codebook(Familydata)

[Package epiDisplay version 3.5.0.2 Index]