traceR: traceR data

traceRR Documentation

traceR data

Description

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.

Format

A data frame with 1749 observations on the following variables.

weight

Weight in kilo

height

Height in meters

abdominalCircumference

in centimeters

seCreatinine

in mmol per liter

wallMotionIndex

left ventricular function 0-2, 0 worst, 2 normal

observationTime

time to death or censor

age

age in years

sex

0=female,1=male

smoking

0=never,1=prior,2=current

dead

0=censor,1=dead

treatment

placebo or trandolapril

References

Kober et al 1995 NEJM 333,1670

Examples


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)


Publish documentation built on Jan. 18, 2023, 1:08 a.m.