sde.method {MultiGroupO} | R Documentation |
Performs a Single Dimension Exploration (SDE) analysis in the given multigroup data matrix. Show SDE graphical output.
Description
Performs a Single Dimension Exploration (SDE) analysis in the given multigroup data matrix. Show SDE graphical output.
Usage
sde.method(mydata, groups, plt = FALSE)
Arguments
mydata |
data set |
groups |
is a vector of classes |
plt |
grafics |
Value
return an grafics .
Examples
sim.list2<-fun.sim(g=c(20,50,10),mean1=0.5,d=0,sds2=c(1,1,1,1),corr=c(0.1,0.5,0.5,0),
n.var=c(20,20))
datos2 <- as.data.frame(sim.list2$x)
datos2<-subset(datos2,select=-grp)
grupos <- sim.list2$grp
grupos<-factor(grupos,labels=c(1,2,3))
sde.method(mydata=datos2,groups=grupos,plt=FALSE)
[Package MultiGroupO version 0.4.0 Index]