obo | R Documentation |
Fits GLM of Cox regression models with a treatment-covariate interaction separately for each covariate specified in anoint
object.
obo(anoint,...)
anoint |
object of class |
... |
other arguments passed to |
A list of model fits (fit
), interaction likelihood-ratio statistics (LRT
), and pvalues per interaction test (pvalue
).
Stephanie Kovalchik s.a.kovalchik@gmail.com
anoint
data(simsolvd)
obj <- anoint(Surv(ttodthorchfhosp,censor==0)~(age+beat+lvef)*trt,
data = simsolvd, family = "coxph")
fits <- obo(obj)
fits
lapply(fits$fit, summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.