mixture {HTF}R Documentation

~~ data name/kind ... ~~

Description

~~ A concise (1-5 lines) description of the dataset. ~~

Usage

data(mixture)

Format

The format is: List of 4 $ Xy : num [1:200, 1:3] 2.5261 0.3670 0.7682 0.6934 -0.0198 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : chr [1:3] "" "" "y" $ XyMeans: num [1:20, 1:2] -0.2534 0.2667 2.0965 -0.0613 2.7035 ... $ XyTest :'data.frame': 10000 obs. of 3 variables: ..$ V1: num [1:10000] 2.847 0.590 1.537 -0.358 2.679 ... ..$ V2: num [1:10000] 0.6796 -0.6691 0.0618 1.2036 0.7549 ... ..$ V3: int [1:10000] 1 1 1 1 1 1 1 1 1 1 ... $ :'data.frame': 10000 obs. of 3 variables: ..$ V1: num [1:10000] -0.1879 -0.0564 3.0463 0.4414 2.9605 ... ..$ V2: num [1:10000] 1.721 -0.550 -1.483 -0.523 -0.173 ... ..$ V3: int [1:10000] 1 1 1 1 1 1 1 1 1 1 ...

Details

~~ If necessary, more details than the __description__ above ~~

Source

~~ reference to a publication or URL from which the data were obtained ~~

References

~~ possibly secondary sources and usages ~~

Examples

data(mixture)
## maybe str(mixture) ; plot(mixture) ...

[Package HTF version 1.0 Index]