lb_ipopt {lb} | R Documentation |
ipoptr
Fitting Log-Binomial Models with ipoptr
lb_ipopt(x, y, start, tol = 1e-08, ceps = 1e-07, control = list())
x |
design matrix of dimension |
y |
vector of observations of length |
start |
numeric (vector) starting value (of length p). |
tol |
a numeric giving the tolerance for convergence of the outer iterations
(see |
ceps |
epsilon subtracted from the right hand side (X β ≤q 0 - ceps). Since the inequality X β ≤q 0 is only fullfilled to a certain tolerance we have to substact epsilon to ensure X β ≤q 0. |
control |
passed to |
the optimization result.