Description Usage Arguments Details Value Note Author(s) Examples
codebook()
examines the variable names, labels, and data
to produce a codebook for describing the dataset
1 |
data |
data.frame |
It reports a description of the data with the following information.
ANNOTATIONS:
No
= serial number
Variable
= variable name
Label
= variable label
Type
= type of variable
Obs
= number of valid observations
NA
= number of observations with missing value NA
a data.frame containing the codebook
For haven_labelled
data.frame, data types are generated
using typeof()
.
Email: dr.myominnoo@gmail.com
Website: https://myominnoo.github.io/
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.