8: Fixed & Random Summaries with Preferred Binary Input Fixed and random-effects overall or summary effects for odds and risk Meta-analysis in R with Metafor.

Slides:



Advertisements
Similar presentations
Microsoft® Small Basic
Advertisements

Confidentiality risks of releasing measures of data quality Jerry Reiter Department of Statistical Science Duke University
Simple Logistic Regression
Logit & Probit Regression
Introduction to SPSS Allen Risley Academic Technology Services, CSUSM
Some Introductory Programming 1. Structured Query Language (SQL) - used for queries. - a standard database product. 2. Visual Basic for Applications -
EVAL 6970: Meta-Analysis Fixed-Effect and Random- Effects Models Dr. Chris L. S. Coryn Spring 2011.
EVAL 6970: Meta-Analysis Fixed-Effect and Random- Effects Models Dr. Chris L. S. Coryn Spring 2011.
Data mining and statistical learning, lecture 5 Outline  Summary of regressions on correlated inputs  Ridge regression  PCR (principal components regression)
A Simple Guide to Using SPSS© for Windows
Lecture 10 Comparison and Evaluation of Alternative System Designs.
Notes on Logistic Regression STAT 4330/8330. Introduction Previously, you learned about odds ratios (OR’s). We now transition and begin discussion of.
Practical Meta-Analysis -- D. B. Wilson
Overview of Meta-Analytic Data Analysis. Transformations Some effect size types are not analyzed in their “raw” form. Standardized Mean Difference Effect.
7: Fixed & Random Summaries in r and d with Preferred Input Fixed and random-effects overall or summary effects for correlations and mean differences Meta-analysis.
Heterogeneity in Hedges. Fixed Effects Borenstein et al., 2009, pp
Generalized Linear Models
Describing distributions with numbers
Measuring Associations Between Exposure and Outcomes.
How to Calculate Effect Sizes for Meta-analysis in R.
Statistics for clinical research An introductory course.
Amsterdam Rehabilitation Research Center | Reade Testing significance - categorical data Martin van der Esch, PhD.
Estimation of Various Population Parameters Point Estimation and Confidence Intervals Dr. M. H. Rahbar Professor of Biostatistics Department of Epidemiology.
Case Study - Relative Risk and Odds Ratio John Snow’s Cholera Investigations.
Basic Meta-Analyses Transformations Adjustments Outliers The Inverse Variance Weight Fixed v. Random Effect Models The Mean Effect Size and Associated.
13: Forest Plots Making them look the way you want Meta-analysis in R with Metafor.
Figure S1. Quantile-quantile plot in –log10 scale for the individual studies The red line represents concordance of observed and expected values. The shaded.
6: Fixed & Random Summaries with Generic Input Fixed and random-effects overall or summary effects for any kind of effect size Meta-analysis in R with.
Tips and tricks for performing standard meta-regression analysis with SPSS Giuseppe Biondi Zoccai Division of Cardiology, Department of Internal Medicine,
Describing distributions with numbers
Meta-analysis 統合分析 蔡崇弘. EBM ( evidence based medicine) Ask Acquire Appraising Apply Audit.
01/20151 EPI 5344: Survival Analysis in Epidemiology Survival curve comparison (non-regression methods) March 3, 2015 Dr. N. Birkett, School of Epidemiology,
CS 478 – Tools for Machine Learning and Data Mining Linear and Logistic Regression (Adapted from various sources) (e.g., Luiz Pessoa PY 206 class at Brown.
The Campbell Collaborationwww.campbellcollaboration.org C2 Training: May 9 – 10, 2011 Introduction to meta-analysis.
Assessing Binary Outcomes: Logistic Regression Peter T. Donnan Professor of Epidemiology and Biostatistics Statistics for Health Research.
1 Introduction Description of the video series Meta-analysis in R with Metafor.
1 EPI 5240: Introduction to Epidemiology Measures used to compare groups October 5, 2009 Dr. N. Birkett, Department of Epidemiology & Community Medicine,
Please turn off cell phones, pagers, etc. The lecture will begin shortly.
5: Preferred Upload Formats Getting Excel files to Metafor for correlations, standardized mean differences, and binary studies Meta-analysis in R with.
1 Chapter 9. To familiarize you with  Simple PERFORM  How PERFORM statements are used for iteration  Options available with PERFORM 2.
8-3: Probability and Probability Distributions English Casbarro Unit 8.
DTC Quantitative Methods Summary of some SPSS commands Weeks 1 & 2, January 2012.
Fixed- v. Random-Effects. Fixed and Random Effects 1 All conditions of interest – Fixed. Sample of interest – Random. Both fixed and random-effects meta-analyses.
Course: Research in Biomedicine and Health III Seminar 5: Critical assessment of evidence.
Younghun Han Department of Epidemiology UT MD Anderson Cancer Center
How to Conduct a Meta-Analysis Arindam Basu MD MPH About the Author Required Browsing.
Date of download: 6/21/2016 Copyright © 2016 American Medical Association. All rights reserved. From: Association of Episodic Physical and Sexual Activity.
Date of download: 6/28/2016 From: Meta-Analysis: Low-Dose Dopamine Increases Urine Output but Does Not Prevent Renal Dysfunction or Death Ann Intern Med.
1 One goal in most meta-analyses is to examine overall, or typical effects We might wish to estimate and test the value of an overall (general) parameter.
1 Consider the k studies as coming from a population of effects we want to understand. One way to model effects in meta-analysis is using random effects.
Meta-analysis Overview
I-squared Conceptually, I-squared is the proportion of total variation due to ‘true’ differences between studies. Proportion of total variance due to.
March 28 Analyses of binary outcomes 2 x 2 tables
Effect Sizes.
BINARY LOGISTIC REGRESSION
Data Sciences Unit, School of Psychology, Deakin University
H676 Week 3 – Effect Sizes Additional week for coding?
Logistic Regression APKC – STATS AFAC (2016).
Notes on Logistic Regression
H676 Week 7 – Effect sizes and other issues
9: Basic Confidence and Prediction Intervals
Chapter 8: Inference for Proportions
Generalized Linear Models
Combining Effect Sizes
Hedges’ Approach.
Iteration: Beyond the Basic PERFORM
Chapter 5: Control Structure
Safety analysis of clinical trials in NDA submissions JSM 2018, Jul
Discussion Week 1 (4/1/13 – 4/5/13)
Stratified Covariate Balancing Using R
Presentation transcript:

8: Fixed & Random Summaries with Preferred Binary Input Fixed and random-effects overall or summary effects for odds and risk Meta-analysis in R with Metafor

Overall Summary The Metafor program uses inverse variance weights to combine study ES into an overall or summary effect size You can specify Fixed (common) effects analysis or Random (varying) effects analysis If RE, you can choose from several methods for estimating the random effects variance component (REVC). Different REVC, weight, summary. The method statement specifies both fixed or random and which REVC estimator you want The effect sizes input to metafor may be transformed in various ways The measure option tells metafor what transformation you want If you use preferred input format, you can use measure ; otherwise use generic input

Binary Data Most outcome studies in medicine and epidemiology compare success and failure (number of events and non-events) in two conditions, which results in a two-by-two table. The number of cases should be counted and recorded for each cell (A, B, C, D) of the design. The labels that Metafor uses are shown in the table below. Note that n1i = ai+bi and n2i = ci+di. EventNon-eventTotals Treatment group aibin1i Control groupcidin2i

measure= If you input sample sizes for ai, bi, ci, and di; or if you input ai and n1i, ci and n2i, then you can instruct Metafor to compute the following using measure=: “RR” – Risk ratio = log[(ai/n1i)/(ci/n2i)] “OR” – Odds ratio = log[(ai/bi)/(ci/di)] “RD” – Risk difference = (ai/n1i) – (ci/n2i) “AS” – arcsine transformed risk difference = asin(sqrt(ai/n1i)) – asin(sqrt(ci/n2i)) “PETO” – log odds ratio estimated with Peto’s method

Empty Cells For studies with small samples or rare events, some of the cell frequencies (ai, bi, ci, di) may be zero. This presents a problem for the analysis. Your choices in Metafor are to leave it alone, to add a small number to every cell in the analysis, or to add a small number to tables that contain one or more cells with zero frequency. The add command. You may input add=number, e.g., add =.5. Metafor will add the number you specify to cells specified by the to command. The to command. You may specify either to = “all”, which add the value of add to every cell in every table in the analysis, or to = “only0”, which adds the value of add to very cell in any table that contains at least one zero entry. If you leave it alone, and there is table where there is division by zero, the result is missing for that table.

R code: Mindfulness study – manufactured data 1 Measure=“OR”, method = “DL” 2 Measure=“RR”, method=“DL” 3 Measure=“OR”, method=“DL”, add=.5, to = “all” 4 Measure=“OR”, method=“DL”, add=.5, to = “only0” 5 Measure=“OR”, method=“REML”, add=.5, to=“only0” 6 Measure=“OR”, method=“FE”, add=.5, to=“only0”