colVector: Generates the column indices used internally to generate the...

View source: R/RcppExports.R

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


MCARtest documentation built on Oct. 29, 2024, 5:08 p.m.

Related to colVector in MCARtest...