|
a |
|
b/man/FromDataResults-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/dataResults.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{FromDataResults-class} |
|
|
5 |
\alias{FromDataResults-class} |
|
|
6 |
\title{Class that contains results from the simulating event predictions |
|
|
7 |
from Data} |
|
|
8 |
\description{ |
|
|
9 |
Class that contains results from the simulating event predictions |
|
|
10 |
from Data |
|
|
11 |
} |
|
|
12 |
\section{Slots}{ |
|
|
13 |
|
|
|
14 |
\describe{ |
|
|
15 |
\item{\code{limit}}{The confidence interval width used by recQuantiles, eventQuantiles and dropoutQuantiles |
|
|
16 |
If limit = 0.05 then the CI is the 5th - 95th percentile} |
|
|
17 |
|
|
|
18 |
\item{\code{eventQuantiles}}{The dates on which the median and CI of each event is expected to occur} |
|
|
19 |
|
|
|
20 |
\item{\code{event.data}}{The EventData object used when simulating events} |
|
|
21 |
|
|
|
22 |
\item{\code{accrualGenerator}}{The AccrualGenerator object used to recruit new subjects} |
|
|
23 |
|
|
|
24 |
\item{\code{Naccrual}}{The number of additional subjects recruited for each simulation} |
|
|
25 |
|
|
|
26 |
\item{\code{time.pred.data}}{A data frame giving the expected number of events (and CI intervals) for |
|
|
27 |
given target dates. See vignette for further details} |
|
|
28 |
|
|
|
29 |
\item{\code{event.pred.data}}{A data frame giving the expected date (and CI intervals) for given |
|
|
30 |
target numbers of events occurring. See vignette for further details} |
|
|
31 |
|
|
|
32 |
\item{\code{recQuantiles}}{The dates on which the median and CI of each recruitment is expected to occur} |
|
|
33 |
|
|
|
34 |
\item{\code{dropoutQuantiles}}{The dates on which the median and CI of each event is expected to occur} |
|
|
35 |
|
|
|
36 |
\item{\code{singleSimDetails}}{A SingleSimDetails object containing the subject level details of the simulation |
|
|
37 |
see SingleSimDetails class documentaion for further details.} |
|
|
38 |
|
|
|
39 |
\item{\code{dropout.shape}}{The Weibull shape parameter of the dropout risk used for the simulations} |
|
|
40 |
|
|
|
41 |
\item{\code{dropout.rate}}{The Weibull rate parameter of the dropout risk used for the simulations (in units of day^{-1}). |
|
|
42 |
If no dropout then this is 0} |
|
|
43 |
|
|
|
44 |
\item{\code{simParams}}{The \code{FromDataSimParam} object which contains the information |
|
|
45 |
used to generate the survial times} |
|
|
46 |
}} |
|
|
47 |
\seealso{ |
|
|
48 |
\code{\link{show,FromDataResults-method}}, \code{\link{predict,FromDataResults-method}}, |
|
|
49 |
\code{\link{summary,FromDataResults-method}} |
|
|
50 |
} |
|
|
51 |
|