https://github.com/cran/bbmle
Raw File
Tip revision: 72741c1315725383b9bc0ff4c8e82d416822619b authored by Ben Bolker on 28 January 2012, 16:59:02 UTC
version 1.0.4.1
Tip revision: 72741c1
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