Objective function minimization
obj.min(
coef,
Z,
y,
u = NULL,
v = NULL,
tree = TRUE,
nrep = 1,
ftol = 1e-06,
nfun_max = 5000
)
initial parameter values
covariates matrix
response vector
a vector of weights
a vector of weigths
indicator of whether the tree algorithm should be used for fast ranking
number of replications in the optimization algorithm
function tolerance to determine convergence
maximum number of function evaluations