[d9ee58]: / man / accrue_week.Rd

Download this file

27 lines (24 with data), 761 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
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/recruit.R
\name{accrue_week}
\alias{accrue_week}
\title{Generate accrual for a week and assign it to the
accrual object. Increments the property "week",
which holds the next week number to accrue.}
\usage{
accrue_week(accrual_obj, struct_obj, ...)
}
\arguments{
\item{accrual_obj}{An object of class "accrual"}
\item{struct_obj}{An object of class "trial_structure"}
\item{fixed_site_rates}{TRUE if expected site rate to be used; FALSE
draws the site rate from a gamma distribution}
}
\value{
An object of class "accrual"
}
\description{
Generate accrual for a week and assign it to the
accrual object. Increments the property "week",
which holds the next week number to accrue.
}