powered by
codebook() examines the variable names, labels, and data to produce a codebook for describing the dataset
codebook()
codebook(data)
data.frame
a data.frame containing the codebook
It reports a description of the data with the following information.
ANNOTATIONS:
No = serial number
No
Variable = variable name
Variable
Label = variable label
Label
Type = type of variable
Type
Obs = number of valid observations
Obs
NA = number of observations with missing value NA
NA
# NOT RUN { codebook(infert) codebook(iris) codebook(mtcars) # }
Run the code above in your browser using DataLab