| data_s {mind} | R Documentation |
Synthetic sample dataset for Multivatiate Linear Mixed Model
Description
Synthetic data frame containing a sample of 9962 individuals along with socio-economic indicators.
Usage
data(data_s)
Format
A data frame with 9962 observations on 10 variables:
domdomain of interest codes, corresponding to the munipal codes
empbinary variable, 1 for employed 0 otherwise
unempbinary variable, 1 for unemployed 0 otherwise
inactbinary variable, 1 for inactive 0 otherwise
sexagecross classification of age and sex
edueducational level
forebinary variable, 2 for foreigner 1 otherwise
munmunicipal codes
proprovincial codes
occ_statoccupational status, 1 for employed 2 for unemployed 3 for inactive
Details
The informations on the sample unit are the same collected in the syntethic population dataframe univ appart from the information on the occupational status that are present only for the sample units.
Examples
# Load example data
data(data_s)
summary(data_s)
[Package mind version 1.1.0 Index]