[f2e496]: / man / EventModel-class.Rd

Download this file

23 lines (18 with data), 629 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/eventModel.R
\docType{class}
\name{EventModel-class}
\alias{EventModel-class}
\title{An S4 class containing a fitted survival model
of an Eventdata object}
\description{
An S4 class containing a fitted survival model
of an Eventdata object
}
\section{Slots}{
\describe{
\item{\code{model}}{An S3 survreg object}
\item{\code{event.data}}{An EventData object used to fit a Weibull survial model}
\item{\code{simParams}}{The \code{FromDataSimParam} object which contains the information
needed to generate the survial times}
}}