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 or linear,

logit_const

constant for logit interpolation,

survey_sparse

whether to use sparse matrices via Matrix package in survey::grake() (currently not supported),

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::ebalance()),

ebal_print_level

Controls the level of printing: 0 (normal printing), 2 (detailed), and 3 (very detailed) (see ebal::ebalance()).

Value

a list with parameters

Author(s)

Maciej Beręsewicz


[Package jointCalib version 0.1.0 Index]