ImpGamlssBootstrap {ImputeRobust} | R Documentation |
GAMLSS bootstrap method
Description
Creates a random generation function for the missing values with bootstrap sample from the fitted GAMLSS model for the completely observed data.
Usage
ImpGamlssBootstrap(incomplete.data, fit, R, ...)
Arguments
incomplete.data |
Data frame with missings on one variable. |
fit |
Random sample generator method. |
R |
Boolean matrix with the response indicator. |
... |
extra arguments for the control of the gamlss fitting function |
Value
Returns a imputation sample generator.
[Package ImputeRobust version 1.3-1 Index]