https://github.com/cran/bbmle
Raw File
Tip revision: 7b5f3cec41459c0304d4410cca99ef6a12c8126d authored by Ben Bolker on 13 June 2007, 00:00:00 UTC
version 0.7.5
Tip revision: 7b5f3ce
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