lcwm_k3n2000o20 {outlierMBC} | R Documentation |
Simulated data set consisting of 2000 observations from 3 Gaussian components and 20 outliers.
Description
This data set was simulated using simulate_lcwm
. There are 600 observations
in Component 1, 600 observations in Component 2, and 800 observations in
Component 3.
Usage
lcwm_k3n2000o20
Format
lcwm_k3n2000o20
A data frame with 2020 rows and 3 columns:
- X1
Continuous explanatory variable.
- Y
Continuous response variable.
- G
Component label: 0 for outliers; 1, 2, or 3 for true points.
Source
For simulation code, see lcwm_k3n2000o20.R
in data-raw
folder at
https://github.com/UltanPDoherty/outlierMBC.
[Package outlierMBC version 0.0.1 Index]