incadata (version 0.6.1)

ex_data: Synthetic example data from INCA

Description

A data set resembling the typical form of INCA data. Variable names are real but all data has been carefully anonymised!

Usage

ex_data

Arguments

Format

A data frame (not an object of class incadata with 497 rows and 433 variables

Details

All data is random! There is no logical relation between any variables, not even between x_Beskrivning and x_Varde!

Examples

Run this code
# NOT RUN {
# Inspect the data
dplyr::glimpse(ex_data)

# Coerce to incadata
as.incadata(ex_data)
# }

Run the code above in your browser using DataLab