swh:1:snp:13ceaf33a0cf03b54a9c83ec2c853f3c4226f6da
Raw File
Tip revision: 0fe6aa35b6d0de47895310e5fdbb8541f166ef46 authored by Ben Bolker on 10 August 2009, 00:00:00 UTC
version 0.9.3
Tip revision: 0fe6aa3
mle2.options.Rd
\name{mle2.options}
\alias{mle2.options}
\title{Options for maximum likelihood estimation}
\description{
  Query or set MLE parameters
}
\usage{
mle2.options(...)
}
\arguments{
  \item{\dots}{names of arguments to query,
    or a list of values to set}
}
\details{
  \itemize{
    \item{optim.method}{name of optimization method (see
      \code{\link{optim}} for choices)}
    \item{confint}{name of confidence-interval: choices
      are "spline", "uniroot", "hessian" corresponding
      to spline inversion, attempt to find best answer via uniroot,
      information-matrix approximation}
    \item{optimizer}{optimization function to use by default
(choices: "optim", "nlm", "nlminb", "constrOptim")}
}
}
\value{
  Values of queried parameters, or (invisibly) the full list of parameters
}
\seealso{
  \code{\link{mle2-class}}
}
\keyword{models}
back to top