impute.pisa: Impute missing values in PISA.

Description Usage Arguments

Description

This function will use the MICE package to impute missing values separately for each group.

Usage

1
  impute.pisa(toimpute, grouping, maxToImpute = 0.5, ...)

Arguments

toimpute

the variables to impute.

the

grouping variable.

maxToImpute

the maximum percentage to attempt to impute. Must be a value between 0 and 1.

...

other parameters passed to mice


jbryer/pisa documentation built on May 18, 2019, 7:02 p.m.