onebyone: Perform one-by-one (OBO) estimates of treatment-covariate...

oboR Documentation

Perform one-by-one (OBO) estimates of treatment-covariate interaction

Description

Fits GLM of Cox regression models with a treatment-covariate interaction separately for each covariate specified in anoint object.

Usage

obo(anoint,...)

Arguments

anoint

object of class anoint

...

other arguments passed to glm or coxph

Value

A list of model fits (fit), interaction likelihood-ratio statistics (LRT), and pvalues per interaction test (pvalue).

Author(s)

Stephanie Kovalchik s.a.kovalchik@gmail.com

See Also

anoint

Examples

data(simsolvd)

obj <- anoint(Surv(ttodthorchfhosp,censor==0)~(age+beat+lvef)*trt,
				data = simsolvd, family = "coxph")

fits <- obo(obj)

fits

lapply(fits$fit, summary)

anoint documentation built on Sept. 11, 2024, 8:49 p.m.

Related to onebyone in anoint...