dataset2 {MVNBayesian} | R Documentation |
Dataset for MVN mixture test
Description
Dataset built for MVN mixture test, which contains 4 variables (the first 4 columns), clustering (the last column) and 96 observations.
Usage
data("dataset2")
Format
A data frame with 96 pseudo-observations generated by random number generator. All observations come from 3 different centers which have been marked in the last column "species". More specifically, data of species=1 comes from the center (1,1,1,1); data of species=2 comes from the center (2,2,2,0); data of species=3 comes from the center (1,0,2,2).
dimen1
the 1st variable
dimen2
the 2nd variable
dimen3
the 3rd variable
dimen4
the 4th variable
species
clustering label
Examples
dataset2
[Package MVNBayesian version 0.0.8-11 Index]