param_sbw {missDiag}R Documentation

Construct parameter list for sbw

Description

Construct parameter list for sbw

Usage

param_sbw(
  bal_alg = TRUE,
  bal_tol = 0,
  bal_std = "group",
  bal_gri = c(0.0001, 0.001, 0.002, 0.005, 0.01, 0.02, 0.05, 0.1),
  bal_sam = 1000,
  sol_nam = "quadprog"
)

Arguments

bal_alg

use tuning algorithm as in Wang and Zubizarreta (2020)?

bal_tol

tolerance level.

bal_std

tolerances adjustment.

bal_gri

grid of values for the tuning algorithm.

bal_sam

number of replicates to be used by the tuning algorithm.

sol_nam

solver name. Either "cplex", "gurobi", "mosek", "pogs", or "quadprog".

Details

For more information about these parameters, see sbw::sbw().

Value

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


[Package missDiag version 1.0.1 Index]