imputationPRV {petersenlab} | R Documentation |
Proportional Reduction of Variance from Imputation Models.
Description
Calculate the proportional reduction of variance in imputation models.
Usage
imputationPRV(baseline, full, baselineTime = 1, fullTime = 1)
Arguments
baseline |
The baseline model object fit with the imputed data. |
full |
The full model object fit with the imputed data. |
baselineTime |
The position of the random effect of time (random slopes) among the random slopes in the baseline model. For example:
|
fullTime |
The position of the random effect of time (random slopes) among the random slopes in the full model. For example:
|
Details
[INSERT].
Value
The proportional reduction of variance from a baseline mixed-effects model to a full mixed effects model.
See Also
Other multipleImputation:
imputationCombine()
,
imputationModelCompare()
,
lmCombine()
Examples
#INSERT