PoDDyHePoProjection: Projection Function Developed for PoDDy-HePo Project

View source: R/PoDDyHePoProjection.R

PoDDyHePoProjectionR Documentation

Projection Function Developed for PoDDy-HePo Project

Description

PoDDyHePoProjection() is the main body for projection. It projects individual-level values of the variables using multiple imputation.

Usage

PoDDyHePoProjection(data, m = 5, maxit = 10, printFlag = F, ...)

Arguments

data

A well-formatted data set ready for projection.

m

Number of multiple imputations. The default is m=5.

maxit

A scalar giving the number of iterations. By default, 'maxit = 10'.

printFlag

If 'TRUE', 'mice' will print history on console. Use 'print=FALSE' for silent computation.

...

Formulas.

Details

Description of PoDDyHePoProjection()

It allows user to set up basic settings like number of multiple imputations(m), number of iterations(maxit) and whether to show the history(printFlag). It returns a mids object if and only if when every variable with missingess has given a formula.

Value

Returns an S3 object of class mids (multiply imputed data set)


zzhhatthl/PoDDyHePo-projection documentation built on June 16, 2022, 12:47 p.m.