sim_hidetify_data: sim_hidetify_data for the hidetify package

Description Usage Format References Examples

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

1

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.

Examples

1
2
3
#'
data(sim_hidetify_data)
## head(sim_hidetify_data)

hidetify documentation built on Aug. 20, 2021, 5:06 p.m.