param_ebal {missDiag}R Documentation

Construct parameter list for ebalance

Description

Construct parameter list for ebalance

Usage

param_ebal(
  coefs = NULL,
  max.iterations = 200,
  base.weight = NULL,
  constraint.tolerance = 1,
  norm.constant = NULL,
  trim = FALSE,
  max.weight = NULL,
  min.weight = 0,
  max.trim.iterations = 200,
  max.weight.increment = 0.92,
  min.weight.increment = 1.08
)

Arguments

coefs

starting values for model coefficients.

max.iterations

maximum number of iterations.

base.weight

vector of base weights.

constraint.tolerance

tolerance level.

norm.constant

An optional normalizing constant.

trim

trim weights via ebalance.trim

max.weight

Target for the ratio of the maximum to mean weight.

min.weight

Target for the ratio of the minimum to mean weight.

max.trim.iterations

Maximum number of trimming iterations.

max.weight.increment

Increment for iterative trimming of the ratio of the maximum to mean weight.

min.weight.increment

Increment for iterative trimming of the ratio of the minimum to mean weight.

Details

For more information about these parameters, see ebal::ebalance() and ebal::ebalance.trim().

Value

A list of parameters that can be passed to missDiag().


[Package missDiag version 1.0.1 Index]