rologit.coxph {ROlogit} | R Documentation |
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 ( |
Value
Returns the model fitted using coxph
.
[Package ROlogit version 0.1.2 Index]