powered by
Summary method for accrual_dfs (as created by accrual_create_df)
# S3 method for accrual_df summary(object, ...)
Returns data frame with a header, a row per site and overall and the following columns:
name of the site (if accrual_df is a list)
accrual start date
time accruing
number of patients accrued
accrual rate per time unit
object of class 'accrual_df' or 'accrual_list' produced by accrual_create_df.
options passed to other functions
data(accrualdemo) accrual_df<-accrual_create_df(accrualdemo$date, accrualdemo$site) summary(accrual_df)
Run the code above in your browser using DataLab