KW.control {RCBR}R Documentation

Control parameters for NPMLE of bivariate random coefficient binary response

Description

These parameters can be passed via the ... argument of the rcbr function. The first three arguments are only relevant if full cell enumeration is employed for bivariate version of the NPMLE.

Usage

KW.control(
  uv = NULL,
  u = NULL,
  v = NULL,
  initial = c(0, 0),
  epsbound = 1,
  epstol = 1e-07,
  presolve = 1,
  verb = 0
)

Arguments

uv

matrix of evaluation points for potential mass points

u

grid of evaluation points for potential mass points

v

grid of evaluation points for potential mass points

initial

initial point for cell enumeration algorithm

epsbound

controls how close witness points can be to vertices of a cell

epstol

zero tolerance for witness solutions

presolve

controls whether Mosek does a presolve of the LP

verb

controls verbosity of Mosek solver 0 implies it is quiet

Value

updated list


[Package RCBR version 0.6.2 Index]