% Generated by roxygen2: do not edit by hand % Please edit documentation in R/KW.R name{KW.control} alias{KW.control} title{Control parameters for NPMLE of bivariate random coefficient binary response} usage{ KW.control(uv = NULL, u = NULL, v = NULL, initial = c(0, 0),
epsbound = 1, epstol = 1e-07, presolve = 1, verb = 0)
} description{ These parameters can be passed via the code{…} argument of the code{rcbr} function.
The first three arguments are only relevant if full cell enumeration is employed for bivariate version of the NPMLE.
} details{ @param epsbound controls how close witness points can be to vertices of a cell
@param epstol zero tolerance for witness solutions @param presolve controls whether Mosek does a presolve of the LP @param verb controls verbosity of Mosek solver 0 implies it is quiet
@return updated list
@export
}