Listcheck: Function to transform the data into a list, if there are not...

View source: R/utils.R

ListcheckR 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.


CovCorTest documentation built on June 8, 2025, 11:50 a.m.