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

Download this file

27 lines (22 with data), 794 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/accrual.R
\docType{class}
\name{AccrualGenerator-class}
\alias{AccrualGenerator-class}
\title{A class to allow additional subjects
to be recruited onto the study}
\description{
A class to allow additional subjects
to be recruited onto the study
}
\section{Slots}{
\describe{
\item{\code{f}}{A function with 1 argument (the number of subjects to be recruited)
which returns a vector of recruitment times (of the required length)}
\item{\code{model}}{A string, name of the accrual procedure used}
\item{\code{text}}{The summary text to be output when printing the accrual procedure
for example "a poisson process with rate..."}
}}
\seealso{
\code{\link{show,AccrualGenerator-method}}
}