accrual.plots: Diagnostic Plots

View source: R/accrual.plots.R

accrual.plotsR Documentation

Diagnostic Plots

Description

The diagnostic panel shows four figures that help to understand the data distribution. The top-left figure is the exponential quantile plot, which checks whether the distribution of waiting times is exponential. The top-right figure is the histogram of the waiting times, with the red line is the theoretical exponential distribution. The figure of waiting time verse cumulative accrual time is shown on the bottom left. The figure of total accrual verse cumulative accrual time is shown on the bottom right.

Usage

accrual.plots(w)

Arguments

w

The accrual or waiting time dataset

Value

A set of figures on showing the data distribution of waiting time.

Author(s)

Junhao Liu, Yu Jiang, Cen Wu, Steve Simon, Matthew S. Mayo, Rama Raghavan, Byron J. Gajewski

Examples

accrual.plots(accrual.data)

accrual documentation built on Nov. 27, 2023, 1:08 a.m.