CoxFit: Fitting a proportional hazard relative survival model

Description Usage Arguments Value

View source: R/CoxFit.R

Description

Fitting a proportional hazard relative survival model

Usage

1
CoxFit(X, nAlive, nDied, nLost, expSurv)

Arguments

X

The input design matrix.

nAlive

Number of people at risk.

nDied

Number of people who died.

nLost

Number of people who are censored.

expSurv

The expected survival rate.

Value

A CoxFit class object.


JPSurv documentation built on May 30, 2017, 7:55 a.m.

Related to CoxFit in JPSurv...