sample.vars.proj {Iscores} | R Documentation |
Sampling of Projections
Description
Sampling of Projections
Usage
sample.vars.proj(ids.x.na, X, projection.function = NULL, normal.proj = T)
Arguments
ids.x.na |
a vector of indices corresponding to NA in the given missingness pattern. |
X |
a matrix of the observed data containing missing values. |
projection.function |
a function providing the user-specific projections. |
normal.proj |
a boolean, if TRUE, sample from the NA of the pattern and additionally from the non NA. If FALSE, sample only from the NA of the pattern. |
Value
a vector of variables corresponding to the projection.
[Package Iscores version 1.1.0 Index]