Description Usage Arguments Value
This function re-centers various objects in the LP environment so
that a specification test can be performed via the bootstrap. The
LP model must be passed as an environment variable, under the entry
$model
. See lpSetup
.
1 2 3 4 5 6 7 8 | lpSetupCriterionBoot(
env,
sset,
orig.sset,
orig.criterion,
criterion.tol = 0,
setup = TRUE
)
|
env |
the LP environment |
sset |
list of IV-like estimates and the corresponding gamma terms. |
orig.sset |
list, only used for bootstraps. The list caontains the gamma moments for each element in the S-set, as well as the IV-like coefficients. |
orig.criterion |
scalar, only used for bootstraps. This is the minimum criterion from the original sample. |
criterion.tol |
tolerance for violation of observational equivalence, set to 0 by default. |
setup |
boolean. If |
Nothing, as this modifies an environment variable to save memory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.