View source: R/prvImputation.R
imputationPRV | R Documentation |
Calculate the proportional reduction of variance in imputation models.
imputationPRV(baseline, full, baselineTime = 1, fullTime = 1)
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:
|
[INSERT].
The proportional reduction of variance from a baseline mixed-effects model to a full mixed effects model.
Other multipleImputation:
imputationCombine()
,
imputationModelCompare()
,
lmCombine()
#INSERT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.