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