Listcheck {CovCorTest} | R Documentation |
Function to transform the data into a list, if there are not already
Description
Function to transform the data into a list, if there are not already
Usage
Listcheck(X, nv)
Arguments
X |
object that should be checked |
nv |
number of subjects per group |
Value
A list with two components
X |
Dataset in the right format: for a single group, a single matrix. For multiple groups, a list with an element for each group containing a matrix. |
nv |
Number of subjects per group: NV for a single group and a vector for multiple groups. |
[Package CovCorTest version 1.0.0 Index]