uim | R Documentation |
Fits GLM of Cox regression analysis for model with all pairwise interactions between treatment and covariates specified in anoint
object.
uim(object,...)
object |
object of class |
... |
other arguments passed to |
List of model fit of glm
or coxph
class (fit
), likelihood-ratio test of global test of treatment-covariate interaction (LRT
), and LRT p-value for global test of interaction (pvalue
).
Stephanie Kovalchik <s.a.kovalchik@gmail.com>
glm,coxph,anoint
data(simsolvd)
obj <- anoint(Surv(ttodthorchfhosp,censor==0)~(age+beat+lvef)*trt,
data = simsolvd, family = "coxph")
fit <- uim(obj)
fit
summary(fit$fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.