cox: Calls coxfitter() function

Description Usage Arguments Value Author(s) References Examples

Description

Calls coxfitter() function to fit Cox model

Usage

1
cox(dataset1, ncov, cov_names, nmaxint)

Arguments

dataset1

data.frame organized as expected by tc()

ncov

number of baseline covariates (including treatment) to be included in model

cov_names

vector of baseline covariate names

nmaxint

maximum number of TC intervals allowed (ignored)

Value

fit_cox

fit of Cox model

nperson

number of subjects in dataset1

numevents

number of events in dataset1

medianfollowup

median followup for subjects in dataset1

Author(s)

James F. Troendle

References

Troendle, JF, Leifer, E, Zhang Z, Yang, S, and Tewes H(2017) How to Control for Unmeasured Confounding in an Observational Time-To-Event Study With Exposure Incidence Information: the Treatment Choice Cox Model. Statistics in Medicine 36: 3654-3669.

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)
{
  }

trooper197/tccox documentation built on May 8, 2019, 6:56 p.m.