|
a |
|
b/man/AnalysisResults-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/results.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{AnalysisResults-class} |
|
|
5 |
\alias{AnalysisResults-class} |
|
|
6 |
\title{Class that contains results from the predict function of the \code{Study} object} |
|
|
7 |
\arguments{ |
|
|
8 |
\item{critical.HR}{The critical hazard ratio at the time the critical number of events |
|
|
9 |
is expected to occur or NA if single arm trial} |
|
|
10 |
|
|
|
11 |
\item{critical.data}{A data frame with 1 row contain the time, event and recruitment details |
|
|
12 |
for the time at which the critical number of events is expected to occur. |
|
|
13 |
The data frame has 0 rows if the expected time is > study duration or the trial had a single arm} |
|
|
14 |
|
|
|
15 |
\item{critical.events.req}{the number of events (not rounded) required for the study's |
|
|
16 |
requested power and alpha or NA if single arm study} |
|
|
17 |
|
|
|
18 |
\item{av.hr}{The average hazard ratio = the study hazard ratio if no lag, see the |
|
|
19 |
vignette for how this is calculated if there is a lag. For single arm studies this is NA.} |
|
|
20 |
|
|
|
21 |
\item{grid}{A data frame with rows contain the time, event and recruitment details |
|
|
22 |
at times used to plot the event curves} |
|
|
23 |
|
|
|
24 |
\item{predict.data}{A data frame with rows contain the time, event and recruitment details |
|
|
25 |
at times / number of events requested to predicted by the user when calling the predict function.} |
|
|
26 |
|
|
|
27 |
\item{study}{The \code{Study} object used to calculate the results} |
|
|
28 |
|
|
|
29 |
\item{list}{The \code{Sfn} objects containing the survival functions for the results.} |
|
|
30 |
} |
|
|
31 |
\description{ |
|
|
32 |
Three of the slots of this class (grid, critical.data, predict.data) are data frames with |
|
|
33 |
the number of events, recruitment details and cumulative time at risk at given time. See the |
|
|
34 |
vignette for details of these data frames and the \code{AnalysisResults} class in general. |
|
|
35 |
} |
|
|
36 |
|