swh:1:snp:13ceaf33a0cf03b54a9c83ec2c853f3c4226f6da
Raw File
Tip revision: 0fe6aa35b6d0de47895310e5fdbb8541f166ef46 authored by Ben Bolker on 10 August 2009, 00:00:00 UTC
version 0.9.3
Tip revision: 0fe6aa3
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