Learn R Programming

Temporal (version 0.3.0.1)

ContrastLocs: Contrast Locations

Description

Compare the means and medians of the fitted distributions for two treatment arms.

Usage

ContrastLocs(fit1, fit0, sig = 0.05)

Value

Data.frame contrasting the difference and ratio of the mean and median at each time point.

Arguments

fit1

Fitted parametric survival distribution for arm 1.

fit0

Fitted parametric survival distribution for arm 0.

sig

Significance level.