Switch to unified view

a b/man/Generate.PoissonAccrual.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/accrual.R
3
\name{Generate.PoissonAccrual}
4
\alias{Generate.PoissonAccrual}
5
\title{Create A Poisson process accrual generator}
6
\usage{
7
Generate.PoissonAccrual(start.date, rate)
8
}
9
\arguments{
10
\item{start.date}{The start date for the recruitment process}
11
12
\item{rate}{The rate of the required Poisson process.}
13
}
14
\value{
15
An \code{AccrualGenerator} object which can 
16
be used when recruiting subjects with a Possion process
17
with given \code{start.date} and \code{rate}
18
}
19
\description{
20
Create A Poisson process accrual generator
21
}
22