ImpGamlssBootstrap: GAMLSS bootstrap method

Description Usage Arguments Value

View source: R/imp_gamlss_bootstrap.R

Description

Creates a random generation function for the missing values with bootstrap sample from the fitted GAMLSS model for the completely observed data.

Usage

1
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.


ImputeRobust documentation built on May 2, 2019, 3:27 a.m.