https://github.com/cran/bbmle
Raw File
Tip revision: a7293687dbee5ea5ea225e2b3915df9aecb6f529 authored by Ben Bolker on 17 June 2011, 00:00:00 UTC
version 1.0.0
Tip revision: a729368
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