https://github.com/cran/bbmle
Raw File
Tip revision: 36784d90bc79081cfd43dc1b8bc4a82bf62d584f authored by Ben Bolker on 02 January 2012, 18:18:48 UTC
version 1.0.4
Tip revision: 36784d9
slice.mle-class.Rd
\name{slice.mle2-class}
\docType{class}
\alias{slice.mle2-class}
\title{likelihood-surface slices}
\description{evaluations of log-likelihood along transects in parameter space}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("slice.mle2", ...)}.
The objects are similar to likelihood profiles, but don't involve
any optimization with respect to the other parameters.
}
\section{Slots}{
  \describe{
    \item{\code{profile}:}{Object of class \code{"list"}. List of
      slices, one for each requested parameter. Each slice is a data
      frame with the first column called \code{z} being the signed square
      root of the -2 log likelihood ratio, and the others being the
      parameters with names prefixed by \code{par.vals.}}
    \item{\code{summary}:}{Object of class \code{"summary.mle2"}. Summary
      of object being profiled.}
  }
}
\section{Methods}{
  \describe{
    \item{plot}{\code{signature(x = "profile.mle2", y = "missing")}: Plot
      profiles for each parameter.}
  }
}
\seealso{
  \code{\link{profile.mle2-class}}
}
\keyword{classes}
back to top