traceR | R Documentation |
These data are from the TRACE randomised trial, a comparison between the angiotensin converting enzyme inhibitor trandolapril and placebo ford large myocardial infarctions. In all, 1749 patients were randomised. The current data are from a 15 year follow-up.
A data frame with 1749 observations on the following variables.
Weight in kilo
Height in meters
in centimeters
in mmol per liter
left ventricular function 0-2, 0 worst, 2 normal
time to death or censor
age in years
0=female,1=male
0=never,1=prior,2=current
0=censor,1=dead
placebo or trandolapril
Kober et al 1995 NEJM 333,1670
data(trace) Units(trace,list("age"="years")) fit <- glm(dead ~ smoking+sex+age+Time+offset(log(ObsTime)), family="poisson",data=trace) rtf <- regressionTable(fit,factor.reference = "inline") summary(rtf) publish(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.