control_calib {jointCalib} | R Documentation |
control parameters
Description
control_calib
is function that contains control parameters for joint_calib_create_matrix
Usage
control_calib(
interpolation = c("logit", "linear"),
logit_const = -1000,
survey_sparse = FALSE,
ebal_constraint_tolerance = 1,
ebal_print_level = 0
)
Arguments
interpolation |
type of interpolation: |
logit_const |
constant for |
survey_sparse |
whether to use sparse matrices via |
ebal_constraint_tolerance |
This is the tolerance level used by ebalance to decide if the moments in the reweighted data are equal to the target moments (see |
ebal_print_level |
Controls the level of printing: 0 (normal printing), 2 (detailed), and 3 (very detailed) (see |
Value
a list with parameters
Author(s)
Maciej Beręsewicz
[Package jointCalib version 0.1.0 Index]