data.edit | R Documentation |
Transforming arm-level data to contrast-based summary statistics.
data.edit(study,trt,d,n)
study |
Study ID |
trt |
Numbered treatment (=1,2,...) |
d |
Number of events |
n |
Sample size |
Contrast-based summary statistics are generated.
y
: Contrast-based summary estimates.
S
: Vectored within-study covariance matrix.
data(dstr)
attach(dstr)
edat <- data.edit(study,trt,d,n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.