Summary
Summary of multigroup data in global and group parts
summarize(Data, Group)
Data |
a numeric matrix or data frame |
Group |
a vector of factors associated with group structure |
list with the following results:
Global.summary |
summary of globala data |
Group.summary |
summary of group datasets |
mean.between.data |
matrix of Group mean |
mean.within.data |
matrix of group centered data |
Data = iris[,-5] Group = iris[,5] res = summarize(Data, Group)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.