https://github.com/cran/bbmle
Raw File
Tip revision: 496d5e50e8ee11dd27cb1c79acdaa794c210c89d authored by Ben Bolker on 26 August 2008, 00:00:00 UTC
version 0.9.0
Tip revision: 496d5e5
slice.Rd
\name{slice}
\alias{slice}
\title{Calculate likelihood "slices"}
\description{
  Computes a cross-section of a multi-dimensional likelihood surface
}
\usage{
slice(fitted, ...)
}
\arguments{
  \item{fitted}{a fitted object of class \code{mle}}
  \item{\dots}{other arguments: which etc.}
}
\value{
  still a stub.
}
\note{
  Slices provide a lighter-weight way to explore likelihood surfaces
  than profiles, since they vary a single parameter rather than 
}
\author{Ben Bolker}
\seealso{\code{\link{profile}}}
\keyword{misc}
back to top