| IPDNa | R Documentation |
This dataset is a simulated version of an IPD meta-analysis consisting of 28 studies focusing on risk factors in acute heart failure (GREAT, 2013). Each study includes a list of patient characteristics and potential risk factors. Each of them is incomplete, leading to sporadically missing values (Resche-Rigon, et al 2013). In addition, some variables have been collected on some studies only, leading to systematically missing values. More details on the original dataset are provided in Audigier et al. (2018). To mimic the real data, a general location model has been fitted on each study (Schafer, 1997). Then, each study has been generated according to the estimated parameters. Finally, missing values have been allocated similarly to the original dataset.
data("IPDNa")
A data frame with 11685 observations on the following 10 variables.
centrea numeric indexing the center where the study is conducted
gendera factor with levels 0 1
bmia numeric vector indicating the body mass index
agea numeric vector indicating the age
sbpa numeric vector indicating the systolic blood pressure
dbpa numeric vector indicating the diastolic blood pressure
hra numeric vector indicating the heart rate
lvefa numeric vector indicating the ventricular ejection fraction
bnpa numeric vector indicating the level of the brain natriuretic peptide biomarker
afiba factor with levels 0 1 indicating the atrial fibrillation
For more details, see Audigier et al. (2018)
GREAT Network (2013). Managing acute heart failure in the ed - case studies from the acute heart failure academy. http://www.greatnetwork.org
Audigier, V., White, I. , Jolani ,S. Debray, T., Quartagno, M., Carpenter, J., van Buuren, S. and Resche-Rigon, M. Multiple imputation for multilevel data with continuous and binary variables (2018). Statistical Science. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/18-STS646")}.
Resche-Rigon, M., White, I. R., Bartlett, J., Peters, S., Thompson, S., and on behalf of the PROG-IMT Study Group (2013). Multiple imputation for handling systematically missing confounders in meta-analysis of individual participant data. Statistics in Medicine, 32(28):4890-4905. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/sim.5894")}
Schafer, J. L. (1997) Analysis of Incomplete Multivariate Data. Chapman & Hall, Chapter 9.
data(IPDNa)
#summary
summary(IPDNa)
#summary per study
by(IPDNa, IPDNa$centre, summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.