lpSetupCriterion {ivmte} | R Documentation |
Configure LP environment for minimizing the criterion
Description
This function sets up the objective function for minimizing the
criterion. The LP model must be passed as an environment variable,
under the entry $model
. See lpSetup
.
Usage
lpSetupCriterion(env, sset)
Arguments
env |
The LP environment |
sset |
List of IV-like estimates and the corresponding gamma terms. |
Value
Nothing, as this modifies an environment variable to save memory.
[Package ivmte version 1.4.0 Index]