MI_cv_naive
Cross-validation by applying multiply imputed pooled models in train
and test folds. Called by function psfmi_perform
.
MI_cv_naive(pobj, folds = 3, p.crit = 1, BW = FALSE, cv_naive_appt = TRUE)
An object of class pmods
(pooled models), produced by a previous
call to psfmi_lr
.
The number of folds, default is 3.
A numerical scalar. P-value selection criterium used for backward during cross-validation. When set at 1, pooling and internal validation is done without backward selection.
If TRUE backward selection is conducted within cross-validation. Default is FALSE.
Default is TRUE for showing the cross-validation apparent (train) and test results. Set to FALSE to only give test results.
Martijn Heymans, 2020
psfmi_perform