Description Usage Arguments Value Examples
Generate model (M1)-(M5) from the simulation Section of the paper
1 | data_generation(r, u, N, K, md, seed=999)
|
r |
Dimension of data |
u |
Envelope dimension |
K |
Selected number of clusters |
md |
Type of model in the paper, choose from 1 to 5 |
seed |
Random seed for generation process, default 999 |
mu |
Clusters centers |
Sigma |
Clusters covariance |
Gamma |
Envelope subspace basis |
1 2 3 | set.seed(999)
K <- 4;r <- 15; u<- 2;N <- 1000;md=2
da <- data_generation(r, u, N, K, md)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.