pool_performance_internal {psfmi} | R Documentation |
Pooling performance measures over multiply imputed datasets
Description
pool_performance_internal
Pooling performance measures
Usage
pool_performance_internal(data, formula, nimp, impvar)
Arguments
data |
Data frame with stacked multiple imputed datasets. The original dataset that contains missing values must be excluded from the dataset. |
formula |
A formula object to specify the model as normally used by glm. |
nimp |
A numerical scalar. Number of imputed datasets. Default is 5. |
impvar |
A character vector. Name of the variable that distinguishes the imputed datasets. |
[Package psfmi version 1.4.0 Index]