Default weights in ampute
Defines the default weights matrix for the multivariate amputation function
ampute
.
ampute.default.weights(patterns, mech)
patterns |
A matrix of size #patterns by #variables where |
mech |
A string specifying the missingness mechanism. |
A matrix of size #patterns by #variables containing the weights that
will be used to calculate the weighted sum scores. Equal weights are given to
all variables. When mechanism is MAR, variables that will be amputed will be
weighted with 0
. If it is MNAR, variables that will be observed
will be weighted with 0
. If mechanism is MCAR, the weights matrix will
not be used. A default MAR matrix will be returned.
Rianne Schouten, 2016
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.