Revision 936fa1723eb80b0f9d4b12a1e50e5c542b549b35 authored by Mark Clements on 03 March 2021, 16:10:02 UTC, committed by cran-robot on 03 March 2021, 16:10:02 UTC
1 parent 3344f17
aft-class.Rd
\name{aft-class}
\Rdversion{1.1}
\docType{class}
\alias{aft-class}
\alias{plot,aft,missing-method}
\alias{predict,aft-method}
\alias{predictnl,aft-method}
%\alias{summary,aft-method}
\title{Class "stpm2" ~~~ }
\description{Regression object for \code{aft}.}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("aft", ...)} and
\code{aft( ...)}.
}
\section{Slots}{
\describe{
\item{\code{args}:}{Object of class \code{"list"} ~~ }
}
}
\section{Extends}{
Class \code{"\linkS4class{mle2}"}, directly.
}
\section{Methods}{
\describe{
\item{plot}{\code{signature(x = "aft", y = "missing")}: ... }
\item{predict}{\code{signature(object = "aft")}: ... }
\item{predictnl}{\code{signature(object = "aft", ...)}: ... }
%\item{summary}{\code{signature(object = "aft", ...)}: ... }
}
}
%% \references{ ~put references to the literature/web site here ~ }
%% \author{ ~~who you are~~ }
%% \note{ ~~further notes~~ }
% ~Make other sections like Warning with \section{Warning }{....} ~
%% \seealso{
%% ~~objects to See Also as \code{\link{~~fun~~}}, ~~~
%% or \code{\linkS4class{CLASSNAME}} for links to other classes
%% }
\examples{
showClass("aft")
}
\keyword{classes}
Computing file changes ...