colVector {MCARtest} | R Documentation |
Generates the column indices used internally to generate the sparse matrix A.
Description
Generates the column indices used internally to generate the sparse matrix A.
Usage
colVector(cardS, cardChi)
Arguments
cardS |
The number of missingness patterns. |
cardChi |
The cardinality of the full joint space. |
Value
A vector of column indices.
[Package MCARtest version 1.2.1 Index]