Learn R Programming

GJRM (version 0.2-6.5)

imputeSS: Missing values' imputation

Description

imputeSS imputes missing values for a gjrm model object.

Usage

imputeSS(x, m = 10)

Value

It returns a list containing m imputed response vectors.

Arguments

x

A fitted gjrm object.

m

Number of imputed response vectors.

Author

Authors: Jose Camarena, Giampiero Marra and Rosalba Radice

Maintainer: Giampiero Marra giampiero.marra@ucl.ac.uk

Details

This function generates m sets of imputed values for the outcome of interest under a fitted copulaSampleSel model. The algorithm draws parameters from the posterior distribution of copulaSampleSel which are then used to obtain simulated responses (from the posterior predictive distribution of the missing values) via a rejection algorithm. The bound for acceptance/rejection is obtained via a trust region optimisation.

The imputed values are used to create m complete imputed datasets and perform complete data analysis and inference about the parameters of interest using function gamlss() within this package.

References

Robert C. and Casella G. (2004). Monte Carlo Statistical Methods. New York: Springer-Verlag.

Ripley B. D. (1987) Stochastic Simulation. New York: John Wiley & Sons, Inc.

See Also

gjrm

Examples

Run this code
## see examples for gjrm

Run the code above in your browser using DataLab