lb_coptim {lb} | R Documentation |
constrOptim
Fitting Log-Binomial Models with constrOptim
lb_coptim(x, y, start, mu = 1e-04, control = list(maxit = 500L), method = "BFGS", outer_iterations = 10000, outer_eps = 1e-08, ...)
x |
design matrix of dimension |
y |
vector of observations of length |
start |
numeric (vector) starting value (of length p): must be in the feasible region. |
mu |
see |
control |
passed to “optim”. |
method |
passed to “optim”. |
outer_iterations |
see |
outer_eps |
see |
... |
see |
a vector giving the estimated coefficients.