lcwm_k3n4000o40 {outlierMBC} | R Documentation |
Simulated data set consisting of 4000 observations from 3 Gaussian components and 40 outliers.
Description
This data set was simulated using simulate_lcwm
. There are 1200
observations in Component 1, 1200 observations in Component 2, and 1600
observations in Component 3.
Usage
lcwm_k3n4000o40
Format
lcwm_k3n4000o40
A data frame with 4040 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_k3n4000o40.R
in data-raw
folder at
https://github.com/UltanPDoherty/outlierMBC.
[Package outlierMBC version 0.0.1 Index]