mle2.options {bbmle} | R Documentation |
Options for maximum likelihood estimation
Description
Query or set MLE parameters
Usage
mle2.options(...)
Arguments
... |
names of arguments to query,
or a list of values to set |
Details
optim.methodname of optimization method (see
optim
for choices)
confintname of confidence-interval: choices
are "spline", "uniroot", "hessian" corresponding
to spline inversion, attempt to find best answer via uniroot,
information-matrix approximation
optimizeroptimization function to use (only choice
at present is "optim")
Value
Values of queried parameters, or (invisibly) the full list of parameters
See Also
mle2-class
[Package
bbmle version 0.8.5
Index]