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