| ex_data {incadata} | R Documentation |
A data set resembling the typical form of INCA data. Variable names are real but all data has been carefully anonymized!
ex_data
A data frame (not an object of class incadata
with 497 rows and 433
variables
All data is random! There is no logical relation between any
variables, not even between x_Beskrivning and x_Varde!
# Inspect the data dplyr::glimpse(ex_data) # Coerce to incadata as.incadata(ex_data)