Learn R Programming

SC.MEB (version 1.1)

PC: simulated PCs

Description

A dataset containing PCs

Usage

data(PC)

Arguments

Format

It is a matrix containing 5 PCs

the variables are listed as following

PC1

The 1th PC

PC2

The 2th PC

...
PC5

The 5th PC

Examples

Run this code
# NOT RUN {
## run the PC with the Gaussian mixture model
data(PC)
out1 = mclust::Mclust(PC,G = 2)
# }

Run the code above in your browser using DataLab