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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(simsolvd)

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

fits <- obo(obj)

fits

lapply(fits$fit, summary)

skoval/anoint documentation built on May 30, 2019, 1:06 a.m.