ex_data {incadata}R Documentation

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 anonymized!

Usage

ex_data

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

# Inspect the data
dplyr::glimpse(ex_data)

# Coerce to incadata
as.incadata(ex_data)

[Package incadata version 0.6.4 Index]