sim_data {ISCA} | R Documentation |
Small, artificially created dataset in a cross-sectional format. Provides information on 1000 individuals to illustrate the use of the package.
data(sim_data)
A data frame with 1,000 rows and 7 columns:
Dichotomous variable (0/1) indicating a person's sex
value indicating a person's age, range 18-80
value indicating a person's level of education, range 1-9
value indicating a person's income
value indicating a person's level of religiosity, range 1-10
value indicating a person's level of experience discrimination, range 0-8
Dichotomous variable (0/1) indicating whether a person is a native (1) or an immigrant (0)
The data was artificially created for the ISCA package.
data(sim_data)
head(sim_data)