Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summarize

Summary


Description

Summary of multigroup data in global and group parts

Usage

summarize(Data, Group)

Arguments

Data

a numeric matrix or data frame

Group

a vector of factors associated with group structure

Value

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

See Also

Examples

Data = iris[,-5]
Group = iris[,5]
res = summarize(Data, Group)

multigroup

Multigroup Data Analysis

v0.4.5
GPL-3
Authors
Aida Eslami, El Mostafa Qannari, Stephanie Bougeard, Gaston Sanchez Questions and comments go to Aida Eslami <aida.eslami@yahoo.fr> and Stephanie Bougeard <stephanie.bougeard@anses.fr>
Initial release
2020-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.