Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/stats4/man/profile.mle-class.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{profile.mle-class}\docType{class}\alias{profile.mle-class}\title{Class \code{"profile.mle"}; Profiling information for \code{"mle"} object}\description{Likelihood profiles along each parameter of likelihood function}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("profile.mle",...)}, but most often by invoking \code{profile} on an \code{"mle"} object.}\section{Slots}{\describe{\item{\code{profile}:}{Object of class \code{"list"}. List ofprofiles, one for each requested parameter. Each profile is a dataframe with the first column called \code{z} being the signed squareroot of the -2 log likelihood ratio, and the others being theparameters with names prefixed by \code{par.vals.}}\item{\code{summary}:}{Object of class \code{"summary.mle"}. Summaryof object being profiled.}}}\section{Methods}{\describe{\item{confint}{\code{signature(object = "profile.mle")}: Use profileto generate approximate confidence intervals for parameters.}\item{plot}{\code{signature(x = "profile.mle", y = "missing")}: Plotprofiles for each parameter.}}}\seealso{\code{\link{mle}}, \code{\link{mle-class}}, \code{\link{summary.mle-class}}}%% Do we want examples for classes??%%\examples{%%}\keyword{classes}