Description Usage Arguments Value Author(s) References
Calculates Ahrens (1976) multivariate generalized intraclass correlation coefficient (GICC).
1 |
data |
A matrix or data frame of multivariate data in which the first column contains between-subject identifiers and the remaining columns are the variables measured on these subjects. |
return.cov |
A logical indicating whether to return the covariance matrix or not. Defaults to |
all.gicc |
A logical indicating whether to return all of Ahrens GICC measures. Defaults to |
conf.level |
A numeric value between 0 and 1 indicating the desired confidence level for the GICC confidence interval. |
A list with the following components:
GICC
- A list with the various GICC measures from Ahrens original paper. Use GICC.1
for the one advocated by Ahrens.
num.var
- An integer giving the number of variables.
num.samps
- An integer giving the number of samples.
num.subj
- An integer giving the number of subjects.
num.reps
- An integer giving the number of replicates.
conf.level
- The confidence level for the CI.
balanced.design
- A logical indicating if the design is balanced or not.
Alex T. Kalinka, alex.kalinka@cancer.org.uk
Ahrens, H. (1976). Multivariate variance-covariance components (MVCC) and generalized intraclass correlation coefficient (GICC). Biom. Z. 18, 527-533.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.