Proportional Reduction of Variance from Imputation Models.
Source:R/prvImputation.R
imputationPRV.Rd
Calculate the proportional reduction of variance in imputation models.
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:
0
= no random slopes1
= time is the 1st random effect2
= time is the second random effect
- fullTime
The position of the random effect of time (random slopes) among the random slopes in the full model. For example:
0
= no random slopes1
= time is the 1st random effect2
= time is the second random effect
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()