class.balancing {Iscores} | R Documentation |
Balancing of Classes
Description
Balancing of Classes
Usage
class.balancing(X.proj.complete, Y.proj, drawA, Xhat, ids.with.missing, vars)
Arguments
X.proj.complete |
matrix with complete projected observations. |
Y.proj |
matrix with projected imputed observations. |
drawA |
vector of indices corresponding to current missingness pattern. |
Xhat |
matrix of full imputed observations. |
ids.with.missing |
vector of indices of observations with missing values. |
vars |
vectors of variables in projection. |
Value
a list of new X.proj.complete and Y.proj.
[Package Iscores version 1.1.0 Index]