processProductionDomain: This is a wrapper for all the data manipulation steps before...

Description Usage Arguments Value

Description

This is a wrapper for all the data manipulation steps before the preparation of the imputation.

Usage

1
processProductionDomain(data, processingParameters, formulaParameters)

Arguments

data

The data

processingParameters

A list of the parameters for the production processing algorithms. See defaultProductionParameters() for a starting point.

formulaParameters

A list holding the names and parmater of formulas. See productionFormulaParameters.

Value

Currently it returns the passed data.table after performing some checks and clean up of the data. Eventually, it should modify the data.table in place, but this will require an update to data.table (see comment by the return statement).


ncwanner/Production_Validation documentation built on May 8, 2019, 1:48 p.m.