betablocker | R Documentation |
22-centre clinical trial of beta-blockers for reducing mortality after myocardial infarction.
data("betablocker")
A data frame with 44 observations on the following 4 variables.
Number of deaths.
Total number of patients.
Number of clinical centre.
A factor with levels Control
and Treated
.
G. McLachlan and D. Peel. Finite Mixture Models, 2000. John Wiley and Sons Inc. http://www.maths.uq.edu.au/~gjm/DATA/mmdata.html
M. Aitkin. Meta-analysis by random effect modelling in generalized linear models. Statistics in Medicine, 18, 2343–2351, 1999.
S. Yusuf, R. Peto, J. Lewis, R. Collins and P. Sleight. Beta blockade during and after myocardial infarction: an overview of the randomized trials. Progress in Cardiovascular Diseases, 27, 335–371, 1985.
data("betablocker", package = "flexmix")
betaMix <- initFlexmix(cbind(Deaths, Total - Deaths) ~ 1 | Center,
data = betablocker, k = 3, nrep = 5,
model = FLXMRglmfix(family = "binomial",
fixed = ~Treatment))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.