med.surv: Compute Median Survival

Description Usage Arguments Details Value Author(s)

View source: R/med.surv.R

Description

Compute Median Survival

Usage

1
  med.surv(x, conf = 0.95, digits = 3)

Arguments

x

The data.

conf

Confidence level.

digits

The number of decimal digits.

Details

This formulation was derived by setting the cumulative density function of the Weibull distribution to 1/2 and then solving for the value t. The delta method is employed to derive a standard error and confidence limits.

Value

Estimate

The Estimate of median survival.

SE

The standard error for the median survival estimate.

.95 LCI

95% lower confidence estimate.

.95 UCI

95% upper confidence estimate.

Author(s)

Tyler Hunt tyler@psychoanalytix.com


JackStat/WeibFit documentation built on May 7, 2019, 10:17 a.m.