RegT: Exponential Proportional Hazard Model

Description Usage Arguments Value Author(s) Examples

Description

Estimating the mean restricted survival time (RMST) in a cost-effectiveness outcome using a parameteric model.

Usage

1
RegT(x)

Arguments

ST

Survival time outcome

A

Treatment variable

Xs

Covariates in the main effect term

Ms

Covariates in the treatment-covariate interaction term

event

Event indicator

data

Dataset name

Value

Estimated counterfactual outcomes matrix (n by 2) for restricted survival time

Author(s)

Yizhe Xu

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

CrystalXuR/ITRinCEA documentation built on May 7, 2019, 6:04 a.m.