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

View source: R/processProductionDomain.R

processProductionDomainR Documentation

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

Description

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

Usage

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


SWS-Methodology/faoswsProduction documentation built on March 21, 2023, 8:27 p.m.