[f2e496]: / man / Generate.PoissonAccrual.Rd

Download this file

23 lines (20 with data), 624 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/accrual.R
\name{Generate.PoissonAccrual}
\alias{Generate.PoissonAccrual}
\title{Create A Poisson process accrual generator}
\usage{
Generate.PoissonAccrual(start.date, rate)
}
\arguments{
\item{start.date}{The start date for the recruitment process}
\item{rate}{The rate of the required Poisson process.}
}
\value{
An \code{AccrualGenerator} object which can
be used when recruiting subjects with a Possion process
with given \code{start.date} and \code{rate}
}
\description{
Create A Poisson process accrual generator
}