mdr | R Documentation |
Performs a Multigroup Dimensionality Reduction (MDR) analysis in the given multigroup data matrix. Show MDR graphical output.
mdr(group, data.x, c, Plot = T)
group |
is a vector of classes |
data.x |
quantitative data set |
c |
component numeric |
Plot |
grafics output of MDR |
return an grafics .
sim.list<-fun.sim(g=c(50,50,50),mean1=2,d=0,sds2=c(1,1,1,1),
corr=c(0.5,0.5,0.5,0),n.var=c(30,30))
mdr(group=as.factor(sim.list$grp),
data.x=sim.list$`lisx`,c=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.