ROlogit (version 0.1.0)

rologit.coxph: Fit RO-logit model using Cox-PH

Description

Fit RO-logit model using Cox-PH

Usage

rologit.coxph(design.mat, y, svar = NULL, method = "efron")

Arguments

design.mat

The design matrix without intercept term.

y

vector of numeric. The outcomes.

svar

vector of numeric. The strata variable.

method

string. Use Efron ("efron") or Breslow ("breslow") method for handling ties in the outcome. The default is "efron". See coxph for details.

Value

Returns the model fitted using coxph.