Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

KW.control

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


RCBR

Random Coefficient Binary Response Estimation

v0.5.9
GPL (>= 2)
Authors
Roger Koenker [aut, cre], Jiaying Gu [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.