sim_hidetify_data: sim_hidetify_data for the hidetify package
Description
Simulated toy data that comes with the hidetify package.
The data is generated according to model I of the single detection paper
where only the response variable is contaminated.
The data set has 1002 variables. The first variable y is the original
response variable.
The second variable youtlier is the contaminated response variable,
where the first 10 observations
are contaminated. The rest of the variables (1000) are the predictors.
Usage
data(sim_hidetify_data)
Arguments
Format
An object of class "data.frame"
y
The original response variable
youtlier
The contaminated response variable, where the first 10
observations are contaminated
x1
The first predictor
x1000
The last predictor. There is 1000 predictors in total.
References
This data set was artificially created for the hidetify package.