powered by
Summary of multigroup data in global and group parts
summarize(Data, Group)
a numeric matrix or data frame
a vector of factors associated with group structure
list with the following results:
summary of globala data
summary of group datasets
matrix of Group mean
matrix of group centered data
mgPCA, DGPA, DCCSWA, DSTATIS, BGC, TBWvariance, iris
mgPCA
DGPA
DCCSWA
DSTATIS
BGC
TBWvariance
iris
# NOT RUN { Data = iris[,-5] Group = iris[,5] res = summarize(Data, Group) # }
Run the code above in your browser using DataLab