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

TBWvariance

Total, within- and between-group variances


Description

Calculation of total, within- and between-group variance-covariance matrices

Usage

TBWvariance(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:

Within.Var

within-group variance-covariance matrix

Between.Var

between-group variance-covariance matrix

Total.Var

total variance-covariance matrix

Btween.per

Within-group variance percentage

Btween.per

Between-group variance percentage

References

A. Eslami, E. M. Qannari, A. Kohler and S. Bougeard (2013). General overview of methods of analysis of multi-group datasets, Revue des Nouvelles Technologies de l'Information, 25, 108-123.

See Also

Examples

Data = iris[,-5]
Group = iris[,5]
res = TBWvariance(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.