8/6/15. Homework. Homework. Lecture 8: Systematic Reviews and Meta-analysis

Size: px
Start display at page:

Download "8/6/15. Homework. Homework. Lecture 8: Systematic Reviews and Meta-analysis"

Transcription

1 Lecture 8: Systematic Reviews and Meta-analysis Christopher S. Hollenbeak, PhD Jane R. Schubart, PhD The Outcomes Research Toolbox Homework Stata Example: stset surv_days, failure(died) sts test age_cat sts graph, by(age_cat) title("age") xtitle("days Since Liver Transplant") ytitle("percent Surviving") text( "P = ") stcox age4049 age5059 age60 female black ab1 ab2 ab3 ab4 obese rbc ssi Homework Percent 0.50 Surviving Age P = Days Since Liver Transplant Percent 0.50 Surviving Sex P = Days Since Liver Transplant female = 0 female = Percent 0.50 Surviving Surgical Site Infection P = Days Since Liver Transplant ssi = 0 ssi = 1 1

2 Homework No. of subjects = 753 Number of obs = 753 No. of failures = 143 Time at risk = LR chi2(12) = Log likelihood = Prob > chi2 = _t Haz. Ratio Std. Err. z P> z [95% Conf. Interval] age age age female black ab ab ab ab obese rbc ssi Homework R Example: sv2 <- Surv(dat1$surv_days, dat1$died) ~ dat1$ssi survdiff(sv2) plot(survfit(sv2), xlab="days since Treatment", ylab="percent Surviving", lty=c(1,2), col=c("black","grey75"), lwd=1, cex=2, mark.time=false) legend(2000, 1, c("ssi","no SSI"), lty=c(1,2), col=c("black", "grey75"), bty="n") text(2350,.68, "P = ) Homework Age Sex Surgical Site Infection Percent Surviving P = Percent Surviving Male Female P = 0.39 Percent Surviving SSI No SSI P = Days since Treatment Days since Treatment Days since Treatment 2

3 Homework coef exp(coef) se(coef) z Pr(> z ) dat1$age4049. dat1$age ** dat1$age *** dat1$female dat1$black dat1$ab dat1$ab dat1$ab dat1$ab dat1$ssi * --- Signif. codes: 0 *** ** 0.01 * exp(coef) exp(-coef) lower.95 upper.95 dat1$age dat1$age dat1$age dat1$female dat1$black dat1$ab dat1$ab dat1$ab dat1$ab dat1$ssi Concordance= 0.62 (se = ) Rsquare= (max possible= ) Likelihood ratio test= on 10 df, p= Wald test = on 10 df, p= Score (logrank) test = on 10 df, p= Introduction A systematic review identifies previous studies of a research question and attempts to arrive at an overall conclusion about the body of evidence The statistical methods used in a systematic review are called meta-analysis Cornerstone of evidence based medicine and comparative effectiveness 8 Example Bahekar et al., Am Heart J 2007;154:

4 Overview There are four elements of a well-executed metaanalysis 1. Identify studies with potentially relevant data 2. Impose eligibility restrictions on the studies 3. Abstract the data 4. Analyze and summarize the data 10 Identify Relevant Studies The most important part of the meta-analysis is the way that potential studies are identified The method must be systematic and explicit 11 Example DuPont and Page (1991) Interested in the relationship between menopausal estrogen replacement therapy and breast cancer Used MEDLINE to identify 556 articles 35 of these publications provided an estimate of breast cancer risk in women who took estrogen replacement therapy The reference lists of these 35 publications and those in a review article led to identification of 15 more publications 50 articles were included in the study 12 4

5 Search Algorithm Search personal files Computerized search of databases Eliminate from information in titles and abstracts Review remaining articles Review bibliographies of articles and review articles Consult experts in the field 13 Publication Bias Publication bias is the phenomenon that statistically significant results tend to be published Funnel Plot is a visual tool for detecting publication bias 14 Funnel Plots This area is relatively empty, suggesting publication bias for small trials Sample Size Sample Size Odds Ratio Odds Ratio 15 5

6 Publication Bias What to do? Try to get data from unpublished studies Abstracts from conference presentations There are statistical methods to deal with publication bias but they are beyond the realm of this course 16 Restricting the Literature Not all studies should be included in the analysis Eligibility criteria should be explicitly defined prior to the literature search Criteria should be based on sound reasoning, not convenience 17 Eligibility Considerations 1. Study designs 2. Years of publication 3. Languages 4. Choice among multiple publications 5. Sample size 6. Follow-up time 7. Similarity of treatment or exposure 8. Completeness of information 18 6

7 Example Yusuf et al. (1985) studied beta blockers after AMI Included all beta blockers Odds ratio for death was 0.77 (CI: ) OR for beta blockers with intrinsic sympathomimetic activity was 0.90 (CI: ) OR for beta blockers without intrinsic sympathomimetic activity was 0.69 (CI: ) Choice to include all studies biased the result toward the null 19 Abstracting Data Develop abstraction forms prior to starting the study Develop a written protocol for abstraction Provide training to abstractors Assess inter-abstractor reliability Revise forms and protocol 20 Statistical Methods Goal is to Compute an overall measure of effect Ratio measures (Odds, risk, rate ratios) Continuous measures Then assess the variability of the overall effect Usually a 95% confidence interval 21 7

8 Statistical Models First choose a statistical model Fixed Effects model Random Effects model 22 Fixed Effects Model The fixed effect model assumes all studies are independently drawn from the same population y i = + i i N(0, 2 ) Only source of variation in between studies 23 Fixed Effects Model 24 8

9 Random Effects Model The random effects model assumes each study is drawn from its own distribution, with its own mean and variance y i = i + i i N(, 2 ) i N(0, Captures both within and between study variation 2 ) 25 Random Effects Model 26 Dichotomous Effects Data must be 2x2 table data Fixed effects Mantel-Haenszel Any risk measure: odds ratio, risk ratio, risk difference Peto Odds ratio only, events must be common Random effects DerSimonian-Laird 27 9

10 Continuous Effects Fixed effects General Variance Based Method Random effects Random Effects Model 28 Fixed or Random Effects Methods based on both fixed and random effects are available for both types of effects measure The choice can have a significant effect on the results In most cases, the random effects model is more conservative and is preferred Tradeoff is that these methods are more difficult to implement 29 Fixed or Random Effects If the true model is fixed effects, then fixed and random give the correct answer If the true model is random effects then only the random effects model is correct Always safer to go with random effects 30 10

11 Heterogeneity The choice between fixed and random effects models is based on a statistical test for heterogeneity If the variance differs between studies, then there is heterogeneity Stata and R both provide a Woolf test for heterogeneity If heterogeneity is insignificant fixed effects model If heterogeneity is significant random effects model Inverse Variance Weighting The overall effect estimated by either the fixed or random effects model is a weighted average of the individual effects Weight is simply the inverse of the variance Variance term differs for fixed and random effects models 32 Example 33 11

12 Graphical Presentation A Forest Plot is the standard display for metaanalysis results The goal is to convey an impression of the overall body of evidence Important features Effect size is shown 95% confidence intervals are shown Overall effect estimate is shown Reference to the null or overall effect is shown 34 Study Study 1 Study 2 Study 3 Study 4 Study 5 Study 6 Study 7 Study 8 Study 9 Pooled Favors Treatment Favors Control Odds Ratio 35 Problems Larger error bars draw visual attention Larger error bars suggest weaker information Could modify the symbols to reflect the amount of information Sized proportional to their weights 36 12

13 Study Study 1 Study 2 Study 3 Study 4 Study 5 Study 6 Study 7 Study 8 Study 9 Pooled Favors Treatment Favors Control Odds Ratio 37 Conventional and cumulative meta-analysis of 33 trials of intravenous streptokinase for acute myocardial infarction. Mulrow C D BMJ 1994;309: by British Medical Journal Publishing Group Stata Code We use a user written package called metan to do meta-analysis net search metan Look for sbe24_3 Click Install Package Syntax is: 2x2 table: metan a b c d, options Other: metan effect se_effect, options Important options: or rr fixed random peto 13

14 Stata Example Consider the BCG meta-analysis Meta-analysis of clinical trials for a vaccine for tuberculosis Studies included randomized trials that reported 2x2 table data Stata Example Perform a Mantel-Haenzel meta-analysis of the trials metan treat_disease treat_no_disease control_disease control_no_disease Stata Example Study RR [95% Conf. Interval] % Weight M-H pooled RR Heterogeneity chi-squared = (d.f. = 12) p = I-squared (variation in RR attributable to heterogeneity) = 92.1% Test of RR=1 : z= p =

15 Stata Example Study ID RR (95% CI) % Weight Overall (I-squared = 92.1%, p = 0.000) 0.41 (0.13, 1.26) 0.20 (0.09, 0.49) 0.26 (0.07, 0.92) 0.24 (0.18, 0.31) 0.80 (0.52, 1.25) 0.46 (0.39, 0.54) 0.20 (0.08, 0.50) 1.01 (0.89, 1.14) 0.63 (0.39, 1.00) 0.25 (0.15, 0.43) 0.71 (0.57, 0.89) 1.56 (0.37, 6.53) 0.98 (0.58, 1.66) 0.64 (0.59, 0.69) Stata Example Is there significant heterogeneity? Solution: Use random effects model instead Also, report Odds Ratios instead of Risk Ratios metan treat_disease treat_no_disease control_disease control_no_disease, random or Stata Example Study OR [95% Conf. Interval] % Weight D+L pooled OR Heterogeneity chi-squared = (d.f. = 12) p = I-squared (variation in OR attributable to heterogeneity) = 92.7% Estimate of between-study variance Tau-squared = Test of OR=1 : z= 3.88 p =

16 Stata Example Study ID OR (95% CI) % Weight Overall (I-squared = 92.7%, p = 0.000) 0.39 (0.12, 1.26) 0.19 (0.08, 0.46) 0.25 (0.07, 0.91) 0.23 (0.18, 0.31) 0.80 (0.51, 1.26) 0.38 (0.32, 0.47) 0.20 (0.08, 0.50) 1.01 (0.89, 1.15) 0.62 (0.39, 1.00) 0.25 (0.14, 0.42) 0.71 (0.57, 0.89) 1.56 (0.37, 6.55) 0.98 (0.58, 1.66) 0.47 (0.32, 0.69) NOTE: Weights are from random effects analysis R Code To perform meta-analysis in R we use a package called rmeta install.packages( rmeta ) library(rmeta) IMPORTANT: rmeta wants the data in a different format than Stata! Stata wants cell counts rmeta wants event counts and totals R Code metan format rmeta format Create new variables: ma$treat_tot <- ma$treat_disease + ma$treat_no_disease ma$control_tot <- ma$control_disease + ma$control_no_diseas 16

17 R Code Three steps: Step 1: Create a meta-analysis object, meta.mh() or meta.dsl() Step 2: Summarize the object, summary() Step 3: Plot the object, plot() Step 1: Syntax is Fixed Effects: meta.mh(n.trt, n.ctrl, col.trt, col.ctrl, names=studyname, statistic=[ OR or RR ]) Random Effects: meta.dsl(n.trt, n.ctrl, col.trt, col.ctrl, names=studyname, statistic=[ OR or RR ]) R Results ma1 <- meta.mh(ma$treat_tot, ma$control_tot, ma$treat_disease, ma$control_disease, names=ma$study, statistic="or") summary(ma1) Fixed effects ( Mantel-Haenszel ) meta-analysis OR (lower 95% upper) Mantel-Haenszel OR = % CI ( 0.57,0.68 ) Test for heterogeneity: X^2( 12 ) = ( p-value 0 ) R Code plot(ma1) Study Reference Summary Odds Ratio 17

18 R Results ma2 <- meta.dsl(ma$treat_tot, ma$control_tot, ma$treat_disease, ma$control_disease, names=ma$study, statistic= OR") summary(ma2) Random effects ( DerSimonian-Laird ) meta-analysis OR (lower 95% upper) SummaryOR= % CI ( 0.32,0.69 ) Test for heterogeneity: X^2( 12 ) = ( p-value 0 ) Estimated random effects variance: 0.37 R Code plot(ma2) Study Reference Summary Odds Ratio Forest Plot Options The forest plot can be customized using the meta.colors() options Summary symbol color: summary="color" 95% CI line color: lines="color" Study outcome symbol color: box="black" Null hypothesis line color: zero="red" Color of text: text="white" Background color of graph: background="gray80" Color of axes: axes="white" 18

19 Forest Plot Options plot(ma1, colors=meta.colors(summary="gray50", lines="gray50", box="black", zero="red", text="white", background="thistle, axes="white")) Study Reference Summary Odds Ratio PRISMA Guidelines PRISMA: Preferred Reporting Items for Systematic Reviews and Meta-Analyses An evidence-based standard for reporting in systematic reviews and meta-analyses PRISMA consists of: A 27-item checklist of items to include in your write-up A four-phase flow diagram to include as a figure in your writeup The standard change periodically so consult the website: PRISMA Checklist The PRISMA Checklist contains 27 issues to specifically address in your write-up Many are not specific to systematic reviews Describe the rationale for the review in the context of what is already known. Duh. Also suggests the level of detail needed in identifying information sources and conducting searches Highly recommended that you follow these guidelines 19

20 PRISMA Flow Di agram Four stages: Identification Screening Eligibility Inclusion You should create this diagram for your study and include it in your paper Reviewers are becoming savvy to PRISMA and will make you do it PRISMA Flow Diagram Included Eligibility Screening Identification # of records identified through # of additional records identified database searching through other sources # of records after duplicates removed # of records screened # of records excluded # of full text articles # of full text articles assessed for eligibility excluded, with reasons # of studies included in qualitative synthesis # of studies included in quantitative synthesis (meta analysis) Conclusions Systematic reviews are an important part of the comparative effectiveness toolkit Summarize what is known about the effectiveness of interventions Provide inputs in into decision analysis models and costeffectiveness models Meta-analysis is the set of statistical methods used to conduct a systematic review Goal is to summarize the body of knowledge surrounding a clinical question Not a shortcut to research 60 20

21 Homework There is a data set on the website (blockers.csv) 22 clinical trials of beta blockers after AMI Four variables: rt: number of patients who in the treatment group who died nt: total number of patients in the treatment group rc: number of patients in the control group who died nc: total number of patients in the control group 1. Perform a Mantel-Haenzel meta-analysis What is the pooled odds ratio? Is it significant? What is the pooled risk ratio? Is it significant? 61 Homework 2. Produce forest plots for both the odds ratio and the risk ratio 3. Is there significant heterogeneity? 4. Perform a Dersimonian-Laird random effects meta-analysis for the odds ratio How does the pooled odds ratio compare to the fixed effects model? 5. If you are using Stata, perform a Peto analysis 21

The rmeta Package February 17, 2001

The rmeta Package February 17, 2001 R topics documented: The rmeta Package February 17, 2001 catheter......................................... 1 funnelplot........................................ 2 meta.dsl........................................

More information

Meta Analysis. David R Urbach MD MSc Outcomes Research Course December 4, 2014

Meta Analysis. David R Urbach MD MSc Outcomes Research Course December 4, 2014 Meta Analysis David R Urbach MD MSc Outcomes Research Course December 4, 2014 Overview Definitions Identifying studies Appraising studies Quantitative synthesis Presentation of results Examining heterogeneity

More information

Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist.

Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist. Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist. MOOSE Checklist Infliximab reduces hospitalizations and surgery interventions in patients with inflammatory bowel disease:

More information

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn A Handbook of Statistical Analyses Using R Brian S. Everitt and Torsten Hothorn CHAPTER 12 Meta-Analysis: Nicotine Gum and Smoking Cessation and the Efficacy of BCG Vaccine in the Treatment of Tuberculosis

More information

Meta-analysis: Basic concepts and analysis

Meta-analysis: Basic concepts and analysis Meta-analysis: Basic concepts and analysis Matthias Egger Institute of Social & Preventive Medicine (ISPM) University of Bern Switzerland www.ispm.ch Outline Rationale Definitions Steps The forest plot

More information

Meta-Analysis. Zifei Liu. Biological and Agricultural Engineering

Meta-Analysis. Zifei Liu. Biological and Agricultural Engineering Meta-Analysis Zifei Liu What is a meta-analysis; why perform a metaanalysis? How a meta-analysis work some basic concepts and principles Steps of Meta-analysis Cautions on meta-analysis 2 What is Meta-analysis

More information

How to do a meta-analysis. Orestis Efthimiou Dpt. Of Hygiene and Epidemiology, School of Medicine University of Ioannina, Greece

How to do a meta-analysis. Orestis Efthimiou Dpt. Of Hygiene and Epidemiology, School of Medicine University of Ioannina, Greece How to do a meta-analysis Orestis Efthimiou Dpt. Of Hygiene and Epidemiology, School of Medicine University of Ioannina, Greece 1 Overview (A brief reminder of ) What is a Randomized Controlled Trial (RCT)

More information

Index. Springer International Publishing Switzerland 2017 T.J. Cleophas, A.H. Zwinderman, Modern Meta-Analysis, DOI /

Index. Springer International Publishing Switzerland 2017 T.J. Cleophas, A.H. Zwinderman, Modern Meta-Analysis, DOI / Index A Adjusted Heterogeneity without Overdispersion, 63 Agenda-driven bias, 40 Agenda-Driven Meta-Analyses, 306 307 Alternative Methods for diagnostic meta-analyses, 133 Antihypertensive effect of potassium,

More information

Research Synthesis and meta-analysis: themes. Graham A. Colditz, MD, DrPH Method Tuuli, MD, MPH

Research Synthesis and meta-analysis: themes. Graham A. Colditz, MD, DrPH Method Tuuli, MD, MPH Research Synthesis and meta-analysis: themes Graham A. Colditz, MD, DrPH Method Tuuli, MD, MPH Today Course format Goals, competencies Overview of themes for the class SRMA M19-551 Course Format Lectures»

More information

Age (continuous) Gender (0=Male, 1=Female) SES (1=Low, 2=Medium, 3=High) Prior Victimization (0= Not Victimized, 1=Victimized)

Age (continuous) Gender (0=Male, 1=Female) SES (1=Low, 2=Medium, 3=High) Prior Victimization (0= Not Victimized, 1=Victimized) Criminal Justice Doctoral Comprehensive Exam Statistics August 2016 There are two questions on this exam. Be sure to answer both questions in the 3 and half hours to complete this exam. Read the instructions

More information

SUPPLEMENTARY DATA. Supplementary Figure S1. Search terms*

SUPPLEMENTARY DATA. Supplementary Figure S1. Search terms* Supplementary Figure S1. Search terms* *mh = exploded MeSH: Medical subject heading (Medline medical index term); tw = text word; pt = publication type; the asterisk (*) stands for any character(s) #1:

More information

Workshop: Cochrane Rehabilitation 05th May Trusted evidence. Informed decisions. Better health.

Workshop: Cochrane Rehabilitation 05th May Trusted evidence. Informed decisions. Better health. Workshop: Cochrane Rehabilitation 05th May 2018 Trusted evidence. Informed decisions. Better health. Disclosure I have no conflicts of interest with anything in this presentation How to read a systematic

More information

Critical Appraisal of a Meta-Analysis: Rosiglitazone and CV Death. Debra Moy Faculty of Pharmacy University of Toronto

Critical Appraisal of a Meta-Analysis: Rosiglitazone and CV Death. Debra Moy Faculty of Pharmacy University of Toronto Critical Appraisal of a Meta-Analysis: Rosiglitazone and CV Death Debra Moy Faculty of Pharmacy University of Toronto Goal To provide practitioners with a systematic approach to evaluating a meta analysis

More information

Systematic Review & Course outline. Lecture (20%) Class discussion & tutorial (30%)

Systematic Review & Course outline. Lecture (20%) Class discussion & tutorial (30%) Systematic Review & Meta-analysisanalysis Ammarin Thakkinstian, Ph.D. Section for Clinical Epidemiology and Biostatistics Faculty of Medicine, Ramathibodi Hospital Tel: 02-201-1269, 02-201-1762 Fax: 02-2011284

More information

Explaining heterogeneity

Explaining heterogeneity Explaining heterogeneity Julian Higgins School of Social and Community Medicine, University of Bristol, UK Outline 1. Revision and remarks on fixed-effect and random-effects metaanalysis methods (and interpretation

More information

Robert M. Jacobson, M.D. Department of Pediatric and Adolescent Medicine Mayo Clinic, Rochester, Minnesota

Robert M. Jacobson, M.D. Department of Pediatric and Adolescent Medicine Mayo Clinic, Rochester, Minnesota How to Conduct a Systematic Review: A Workshop 24 th Annual Primary Care Research Methods & Statistics Conference, San Antonio, Texas Saturday, December 3, 2011 Robert M. Jacobson, M.D. Department of Pediatric

More information

Evaluating the results of a Systematic Review/Meta- Analysis

Evaluating the results of a Systematic Review/Meta- Analysis Open Access Publication Evaluating the results of a Systematic Review/Meta- Analysis by Michael Turlik, DPM 1 The Foot and Ankle Online Journal 2 (7): 5 This is the second of two articles discussing the

More information

Standards for the reporting of new Cochrane Intervention Reviews

Standards for the reporting of new Cochrane Intervention Reviews Methodological Expectations of Cochrane Intervention Reviews (MECIR) Standards for the reporting of new Cochrane Intervention Reviews 24 September 2012 Preface The standards below summarize proposed attributes

More information

SYSTEMATIC REVIEW: AN APPROACH FOR TRANSPARENT RESEARCH SYNTHESIS

SYSTEMATIC REVIEW: AN APPROACH FOR TRANSPARENT RESEARCH SYNTHESIS SYSTEMATIC REVIEW: AN APPROACH FOR TRANSPARENT RESEARCH SYNTHESIS A Case Study By Anil Khedkar, India (Masters in Pharmaceutical Science, PhD in Clinical Research Student of Texila American University)

More information

Biostatistics II

Biostatistics II Biostatistics II 514-5509 Course Description: Modern multivariable statistical analysis based on the concept of generalized linear models. Includes linear, logistic, and Poisson regression, survival analysis,

More information

Multivariate dose-response meta-analysis: an update on glst

Multivariate dose-response meta-analysis: an update on glst Multivariate dose-response meta-analysis: an update on glst Nicola Orsini Unit of Biostatistics Unit of Nutritional Epidemiology Institute of Environmental Medicine Karolinska Institutet http://www.imm.ki.se/biostatistics/

More information

The QUOROM Statement: revised recommendations for improving the quality of reports of systematic reviews

The QUOROM Statement: revised recommendations for improving the quality of reports of systematic reviews The QUOROM Statement: revised recommendations for improving the quality of reports of systematic reviews David Moher 1, Alessandro Liberati 2, Douglas G Altman 3, Jennifer Tetzlaff 1 for the QUOROM Group

More information

Outline. Introduction GitHub and installation Worked example Stata wishes Discussion. mrrobust: a Stata package for MR-Egger regression type analyses

Outline. Introduction GitHub and installation Worked example Stata wishes Discussion. mrrobust: a Stata package for MR-Egger regression type analyses mrrobust: a Stata package for MR-Egger regression type analyses London Stata User Group Meeting 2017 8 th September 2017 Tom Palmer Wesley Spiller Neil Davies Outline Introduction GitHub and installation

More information

Meta-analysis : clinician s point of view

Meta-analysis : clinician s point of view Meta-analysis : clinician s point of view Prof. Branislav Jeremic, MD, PhD Head, Division of Radiation Oncology Stellenbosch University /Tygerberg Hospital Cape Town South Africa CONFLICT OF INTEREST NONE

More information

Systematic Reviews and Meta- Analysis in Kidney Transplantation

Systematic Reviews and Meta- Analysis in Kidney Transplantation Systematic Reviews and Meta- Analysis in Kidney Transplantation Greg Knoll MD MSc Associate Professor of Medicine Medical Director, Kidney Transplantation University of Ottawa and The Ottawa Hospital KRESCENT

More information

The Meta on Meta-Analysis. Presented by Endia J. Lindo, Ph.D. University of North Texas

The Meta on Meta-Analysis. Presented by Endia J. Lindo, Ph.D. University of North Texas The Meta on Meta-Analysis Presented by Endia J. Lindo, Ph.D. University of North Texas Meta-Analysis What is it? Why use it? How to do it? Challenges and benefits? Current trends? What is meta-analysis?

More information

Zhengtao Liu 1,2,3*, Shuping Que 4*, Lin Zhou 1,2,3 Author affiliation:

Zhengtao Liu 1,2,3*, Shuping Que 4*, Lin Zhou 1,2,3 Author affiliation: Dose-response Relationship of Serum Uric Acid with Metabolic Syndrome and Non-alcoholic Fatty Liver Disease Incidence: AMeta-analysis of Prospective Studies Zhengtao Liu 1,2,3*, Shuping Que 4*, Lin Zhou

More information

Regina Louie, Syntex Research, Palo Alto, California Alex Y aroshinsky, Syntex Research, Palo Alto, California

Regina Louie, Syntex Research, Palo Alto, California Alex Y aroshinsky, Syntex Research, Palo Alto, California APPLICATION OF RANDOM EFFECTS MODEL FOR CATEGORICAL DATA TO ANTIEMETIC CLINICAL TRIALS IN CANCER PATIENTS Regina Louie, Syntex Research, Palo Alto, California Alex Y aroshinsky, Syntex Research, Palo Alto,

More information

Systematic Reviews. Simon Gates 8 March 2007

Systematic Reviews. Simon Gates 8 March 2007 Systematic Reviews Simon Gates 8 March 2007 Contents Reviewing of research Why we need reviews Traditional narrative reviews Systematic reviews Components of systematic reviews Conclusions Key reference

More information

Meta-analysis: Methodology

Meta-analysis: Methodology Meta-analysis: Methodology Example: Assessment of cardiovascular safety profile of new generation BCR-ABL TKIs in patients with CML Haguet Hélène 04/03/2016 Meta-analysis = statistical combination of results

More information

Introduction to Statistical Methods for Clinical Trials

Introduction to Statistical Methods for Clinical Trials Introduction to Clinical Trials Dalla Lana School of Public Health University of Toronto olli.saarela@utoronto.ca September 1, 2014 16-1 16-2 Clinical A definition (Miettinen 2011, p. 139): intended to

More information

Evidence-Based Medicine and Publication Bias Desmond Thompson Merck & Co.

Evidence-Based Medicine and Publication Bias Desmond Thompson Merck & Co. Evidence-Based Medicine and Publication Bias Desmond Thompson Merck & Co. Meta-Analysis Defined A meta-analysis is: the statistical combination of two or more separate studies In other words: overview,

More information

Component of CPG development ILAE Recommendation Document Identifying topic and developing clinical. S3 research question

Component of CPG development ILAE Recommendation Document Identifying topic and developing clinical. S3 research question S1: Summary of recommendations for developing Clinical Practice Guidelines Minimum CPG development requirements (where resources are more limited) are bolded. When full resources are available, every recommendation

More information

Network Meta-Analysis of the Efficacy of Acupuncture, Alpha-blockers and Antibiotics on

Network Meta-Analysis of the Efficacy of Acupuncture, Alpha-blockers and Antibiotics on Network Meta-Analysis of the Efficacy of Acupuncture, Alpha-blockers and Antibiotics on Chronic Prostatitis/Chronic Pelvic Pain Syndrome Zongshi Qin, Jiani Wu, Jinhui Tian, Jing Zhou, Yali Liu, Zhishun

More information

How to Conduct a Meta-Analysis

How to Conduct a Meta-Analysis How to Conduct a Meta-Analysis Faculty Development and Diversity Seminar ludovic@bu.edu Dec 11th, 2017 Periodontal disease treatment and preterm birth We conducted a metaanalysis of randomized controlled

More information

Cochrane Bone, Joint & Muscle Trauma Group How To Write A Protocol

Cochrane Bone, Joint & Muscle Trauma Group How To Write A Protocol A p r i l 2 0 0 8 Cochrane Bone, Joint & Muscle Trauma Group How To Write A Protocol This booklet was originally produced by the Cochrane Renal Group to make the whole process of preparing a protocol as

More information

Multivariable Cox regression. Day 3: multivariable Cox regression. Presentation of results. The statistical methods section

Multivariable Cox regression. Day 3: multivariable Cox regression. Presentation of results. The statistical methods section Outline: Multivariable Cox regression PhD course Survival analysis Day 3: multivariable Cox regression Thomas Alexander Gerds Presentation of results The statistical methods section Modelling The linear

More information

Notes for laboratory session 2

Notes for laboratory session 2 Notes for laboratory session 2 Preliminaries Consider the ordinary least-squares (OLS) regression of alcohol (alcohol) and plasma retinol (retplasm). We do this with STATA as follows:. reg retplasm alcohol

More information

Clinical Epidemiology for the uninitiated

Clinical Epidemiology for the uninitiated Clinical epidemiologist have one foot in clinical care and the other in clinical practice research. As clinical epidemiologists we apply a wide array of scientific principles, strategies and tactics to

More information

C2 Training: August 2010

C2 Training: August 2010 C2 Training: August 2010 Introduction to meta-analysis The Campbell Collaboration www.campbellcollaboration.org Pooled effect sizes Average across studies Calculated using inverse variance weights Studies

More information

The Royal College of Pathologists Journal article evaluation questions

The Royal College of Pathologists Journal article evaluation questions The Royal College of Pathologists Journal article evaluation questions Previous exam questions Dorrian CA, Toole, BJ, Alvarez-Madrazo S, Kelly A, Connell JMC, Wallace AM. A screening procedure for primary

More information

Cochrane Breast Cancer Group

Cochrane Breast Cancer Group Cochrane Breast Cancer Group Version and date: V3.2, September 2013 Intervention Cochrane Protocol checklist for authors This checklist is designed to help you (the authors) complete your Cochrane Protocol.

More information

Systematic Reviews and Meta-analysis

Systematic Reviews and Meta-analysis Systematic Reviews and Meta-analysis Introduction to Clinical Research: A Two-week Intensive Course July 22, 2014 Sonal Singh, MD, MPH Assistant Professor Key messages Systematic reviews (SR) summarize

More information

Principles of meta-analysis

Principles of meta-analysis Principles of meta-analysis 1 The popularity of meta-analyses Search on 22 October 2015 10000 9000 8156 8875 8000 7000 6554 6000 5000 4852 4000 3000 2000 1000 0 1 1 1 272 334 371 323 386 429 482 596 639

More information

Appendix A: Literature search strategy

Appendix A: Literature search strategy Appendix A: Literature search strategy The following databases were searched: Cochrane Library Medline Embase CINAHL World Health organisation library Index Medicus for the Eastern Mediterranean Region(IMEMR),

More information

Asthma and Current Intestinal Parasite Infection: Systematic Review and

Asthma and Current Intestinal Parasite Infection: Systematic Review and Asthma and Current Intestinal Parasite Infection: Systematic Review and Meta-Analysis, David Pritchard, John Britton Online Data Supplement Additional Information on Methods Search strategy For the electronic

More information

School of Dentistry. What is a systematic review?

School of Dentistry. What is a systematic review? School of Dentistry What is a systematic review? Screen Shot 2012-12-12 at 09.38.42 Where do I find the best evidence? The Literature Information overload 2 million articles published a year 20,000 biomedical

More information

Alcohol interventions in secondary and further education

Alcohol interventions in secondary and further education National Institute for Health and Care Excellence Guideline version (Draft for Consultation) Alcohol interventions in secondary and further education NICE guideline: methods NICE guideline Methods

More information

Biostatistics 513 Spring Homework 1 Key solution. See the Appendix below for Stata code and output related to this assignment.

Biostatistics 513 Spring Homework 1 Key solution. See the Appendix below for Stata code and output related to this assignment. Biostatistics 513 Spring 2010 Homework 1 Key solution * Question will be graded for points, the remaining question is credit/no credit. See the Appendix below for Stata code and output related to this

More information

Capture-recapture method for assessing publication bias

Capture-recapture method for assessing publication bias Received: 30.9.2009 Accepted: 19.1.2010 Original Article Capture-recapture method for assessing publication bias Jalal Poorolajal* a, Ali Akbar Haghdoost b, Mahmood Mahmoodi a, Reza Majdzadeh a, Siavosh

More information

Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 Group variable (i): subject Number of groups = 70

Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 Group variable (i): subject Number of groups = 70 Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 R-sq: within = 0.1498 Obs per group: min = 18 between = 0.0205 avg = 25.8 overall = 0.0935 max = 28 Random

More information

Final Exam - section 2. Thursday, December hours, 30 minutes

Final Exam - section 2. Thursday, December hours, 30 minutes Econometrics, ECON312 San Francisco State University Michael Bar Fall 2011 Final Exam - section 2 Thursday, December 15 2 hours, 30 minutes Name: Instructions 1. This is closed book, closed notes exam.

More information

STAT362 Homework Assignment 5

STAT362 Homework Assignment 5 STAT362 Homework Assignment 5 Sharon O Boyle Problem 1, Problem 3.6, p. 117 SAS Program * Sharon O'Boyle; * Stat 362; * Homework Assignment 5; * Problem 3.6, p. 117; * Program to compute Odds Ratio and

More information

Statistical reports Regression, 2010

Statistical reports Regression, 2010 Statistical reports Regression, 2010 Niels Richard Hansen June 10, 2010 This document gives some guidelines on how to write a report on a statistical analysis. The document is organized into sections that

More information

Standards for the conduct and reporting of new Cochrane Intervention Reviews 2012

Standards for the conduct and reporting of new Cochrane Intervention Reviews 2012 Methodological Expectations of Cochrane Intervention Reviews (MECIR) s for the conduct and reporting of new Cochrane Intervention Reviews 2012 Booklet Version 2 September 2013 1 Preface Cochrane Reviews

More information

Supplementary materials

Supplementary materials Supplementary materials Kedzior, K.K., Gellersen, H., Brachetti, A., Berlim, M.T., 2015. Deep transcranial magnetic stimulation (DTMS) in the treatment of major depression: an exploratory systematic review

More information

Results. NeuRA Hypnosis June 2016

Results. NeuRA Hypnosis June 2016 Introduction may be experienced as an altered state of consciousness or as a state of relaxation. There is no agreed framework for administering hypnosis, but the procedure often involves induction (such

More information

Predictive Value of interferon-gamma release assays for incident active TB disease: A systematic review

Predictive Value of interferon-gamma release assays for incident active TB disease: A systematic review Predictive Value of interferon-gamma release assays for incident active TB disease: A systematic review Lele Rangaka University of Cape Town, South Africa mxrangaka@yahoo.co.uk 1 The 3 I s Isoniazid preventive

More information

Applying Evidence-Based Practice with Meta-Analysis

Applying Evidence-Based Practice with Meta-Analysis Applying Evidence-Based Practice with Meta-Analysis Mike W.-L. Cheung, PhD 1 1 March 2018 1 Department of Psychology, National University of Singapore (NUS) 1 A little bit background about me (1) PhD:

More information

Fixed Effect Combining

Fixed Effect Combining Meta-Analysis Workshop (part 2) Michael LaValley December 12 th 2014 Villanova University Fixed Effect Combining Each study i provides an effect size estimate d i of the population value For the inverse

More information

Evidence Based Medicine

Evidence Based Medicine Course Goals Goals 1. Understand basic concepts of evidence based medicine (EBM) and how EBM facilitates optimal patient care. 2. Develop a basic understanding of how clinical research studies are designed

More information

Trials and Tribulations of Systematic Reviews and Meta-Analyses

Trials and Tribulations of Systematic Reviews and Meta-Analyses Trials and Tribulations of Systematic Reviews and Meta-Analyses Mark A. Crowther and Deborah J. Cook St. Joseph s Hospital, Hamilton, Ontario, Canada; McMaster University, Hamilton, Ontario, Canada Systematic

More information

Introduction to Meta-analysis of Accuracy Data

Introduction to Meta-analysis of Accuracy Data Introduction to Meta-analysis of Accuracy Data Hans Reitsma MD, PhD Dept. of Clinical Epidemiology, Biostatistics & Bioinformatics Academic Medical Center - Amsterdam Continental European Support Unit

More information

Name: emergency please discuss this with the exam proctor. 6. Vanderbilt s academic honor code applies.

Name: emergency please discuss this with the exam proctor. 6. Vanderbilt s academic honor code applies. Name: Biostatistics 1 st year Comprehensive Examination: Applied in-class exam May 28 th, 2015: 9am to 1pm Instructions: 1. There are seven questions and 12 pages. 2. Read each question carefully. Answer

More information

Title: What is the role of pre-operative PET/PET-CT in the management of patients with

Title: What is the role of pre-operative PET/PET-CT in the management of patients with Title: What is the role of pre-operative PET/PET-CT in the management of patients with potentially resectable colorectal cancer liver metastasis? Pablo E. Serrano, Julian F. Daza, Natalie M. Solis June

More information

18/11/2013. An Introduction to Meta-analysis. In this session: What is meta-analysis? Some Background Clinical Trials. What questions are addressed?

18/11/2013. An Introduction to Meta-analysis. In this session: What is meta-analysis? Some Background Clinical Trials. What questions are addressed? In this session: What is meta-analysis? An Introduction to Meta-analysis Geoff Der Unit Statistician MRC/CSO Social and Public Health Sciences Unit, University of Glasgow When is it appropriate to use?

More information

Contingency Tables Summer 2017 Summer Institutes 187

Contingency Tables Summer 2017 Summer Institutes 187 Contingency Tables 87 Overview ) Types of Variables ) Comparing () Categorical Variables Contingency (two-way) tables Tests 3) x Tables Sampling designs Testing for association Estimation of effects Paired

More information

Quality and Reporting Characteristics of Network Meta-analyses: A Scoping Review

Quality and Reporting Characteristics of Network Meta-analyses: A Scoping Review Quality and Reporting Characteristics of Network Meta-analyses: A Scoping Review Andrea C. Tricco MSc, PhD Scientist, Li Ka Shing Knowledge Institute of St. Michael s Hospital Assistant Professor, Dalla

More information

Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.1, 8 December 2011

Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.1, 8 December 2011 Methodological Expectations of Cochrane Intervention Reviews (MECIR) Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.1, 8 December 2011 Jackie Chandler, Rachel Churchill,

More information

Tiago Villanueva MD Associate Editor, The BMJ. 9 January Dear Dr. Villanueva,

Tiago Villanueva MD Associate Editor, The BMJ. 9 January Dear Dr. Villanueva, Tiago Villanueva MD Associate Editor, The BMJ 9 January 2018 Dear Dr. Villanueva, Thank you for your thoughtful re-review of our Manuscript (BMJ.2017.041528) entitled "Immune-related Toxicities in PD-1

More information

Project Funded under FP7 - HEALTH Grant Agreement no Funded under FP7 - HEALTH Grant Agreement no

Project Funded under FP7 - HEALTH Grant Agreement no Funded under FP7 - HEALTH Grant Agreement no Developing methods of HTA for medical devices: WP3 - Methods for comparative effectiveness research of medical devices Final Conference November, 13 th 2015 U. Siebert, P. Schnell-Inderst, C. Iglesias,

More information

Detection of Differential Test Functioning (DTF) and Differential Item Functioning (DIF) in MCCQE Part II Using Logistic Models

Detection of Differential Test Functioning (DTF) and Differential Item Functioning (DIF) in MCCQE Part II Using Logistic Models Detection of Differential Test Functioning (DTF) and Differential Item Functioning (DIF) in MCCQE Part II Using Logistic Models Jin Gong University of Iowa June, 2012 1 Background The Medical Council of

More information

Introduction to meta-analysis

Introduction to meta-analysis Introduction to meta-analysis Steps of a Cochrane review 1. define the question 2. plan eligibility criteria 3. plan methods 4. search for studies 5. apply eligibility criteria 6. collect data 7. assess

More information

Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.3, 02 December 2013

Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.3, 02 December 2013 Methodological Expectations of Cochrane Intervention Reviews (MECIR) Methodological standards for the conduct of new Cochrane Intervention Reviews Version 2.3, 02 December 2013 Jackie Chandler, Rachel

More information

Traumatic brain injury

Traumatic brain injury Introduction It is well established that traumatic brain injury increases the risk for a wide range of neuropsychiatric disturbances, however there is little consensus on whether it is a risk factor for

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Hospitalized Risk ratio Basic Basic Synopsis The US government has spent 1.4 billion dollars to stockpile Tamiflu, in anticipation of a possible flu

More information

Systematic Review of RCTs of Haemophilus influenzae Type b Conjugate Vaccines: Efficacy and immunogenicity

Systematic Review of RCTs of Haemophilus influenzae Type b Conjugate Vaccines: Efficacy and immunogenicity Supplementary text 1 Systematic Review of RCTs of Haemophilus influenzae Type b Conjugate Vaccines: Efficacy and immunogenicity Review protocol Pippa Scott, Shelagh Redmond, Nicola Low and Matthias Egger

More information

4. STATA output of the analysis

4. STATA output of the analysis Biostatistics(1.55) 1. Objective: analyzing epileptic seizures data using GEE marginal model in STATA.. Scientific question: Determine whether the treatment reduces the rate of epileptic seizures. 3. Dataset:

More information

Using Statistical Principles to Implement FDA Guidance on Cardiovascular Risk Assessment for Diabetes Drugs

Using Statistical Principles to Implement FDA Guidance on Cardiovascular Risk Assessment for Diabetes Drugs Using Statistical Principles to Implement FDA Guidance on Cardiovascular Risk Assessment for Diabetes Drugs David Manner, Brenda Crowe and Linda Shurzinske BASS XVI November 9-13, 2009 Acknowledgements

More information

Clinical research in AKI Timing of initiation of dialysis in AKI

Clinical research in AKI Timing of initiation of dialysis in AKI Clinical research in AKI Timing of initiation of dialysis in AKI Josée Bouchard, MD Krescent Workshop December 10 th, 2011 1 Acute kidney injury in ICU 15 25% of critically ill patients experience AKI

More information

Meta-analyses: analyses:

Meta-analyses: analyses: Meta-analyses: analyses: how do they help, and when can they not? Lee Hooper Senior Lecturer in research synthesis & nutrition l.hooper@uea.ac.uk 01603 591268 Aims Systematic Reviews Discuss the scientific

More information

NeuRA Sleep disturbance April 2016

NeuRA Sleep disturbance April 2016 Introduction People with schizophrenia may show disturbances in the amount, or the quality of sleep they generally receive. Typically sleep follows a characteristic pattern of four stages, where stage

More information

Table S1- PRISMA 2009 Checklist

Table S1- PRISMA 2009 Checklist Table S1- PRISMA 2009 Checklist Section/topic TITLE # Checklist item Title 1 Identify the report as a systematic review, meta-analysis, or both. 1 ABSTRACT Structured summary 2 Provide a structured summary

More information

Jose Merino (Chair), Georg Roeggla, Tiago Villaneuva, John Fletcher. Amy Price, Elisabeth Loder. Jamie Kirhham (statisticians), Rubin Minhas

Jose Merino (Chair), Georg Roeggla, Tiago Villaneuva, John Fletcher. Amy Price, Elisabeth Loder. Jamie Kirhham (statisticians), Rubin Minhas BMJ.2017.037871 "Efficacy of drugs used in preventive chemotherapy against soil-transmitted helminths: systematic review and network meta-analysis" *********************************************************************************************************

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 10, 11) Please note chapter

More information

BMI and Breast Cancer in Korean Women: A Meta-Analysis

BMI and Breast Cancer in Korean Women: A Meta-Analysis ORIGINAL ARTICLE BMI and Breast Cancer in Korean Women: A Meta-Analysis Dukyoo Jung 1, Sun-Mi Lee 2 * 1 Division of Nursing Science, College of Health Sciences, Ewha Womans University, Seoul, Korea 2 College

More information

Problem solving therapy

Problem solving therapy Introduction People with severe mental illnesses such as schizophrenia may show impairments in problem-solving ability. Remediation interventions such as problem solving skills training can help people

More information

Low-fat Diets for Long-term Weight Loss What Do Decades of Randomized Trials Conclude?

Low-fat Diets for Long-term Weight Loss What Do Decades of Randomized Trials Conclude? Low-fat Diets for Long-term Weight Loss What Do Decades of Randomized Trials Conclude? HSPH Nutrition Department Seminar Series October 5, 2015 Deirdre Tobias, ScD Instructor of Medicine Harvard Medical

More information

Critical Appraisal of Systematic Reviews of Implantable Medical Devices

Critical Appraisal of Systematic Reviews of Implantable Medical Devices Draft Methods Research Report Critical Appraisal of Systematic Reviews of Implantable Medical Devices Version [#] Prepared for: Agency for Healthcare Research and Quality U.S. Department of Health and

More information

Post-traumatic stress disorder

Post-traumatic stress disorder National Institute for Health and Care Excellence Final Post-traumatic stress disorder Methods NICE guideline NG116 Supplement 1 December 2018 Final These evidence reviews were developed by the National

More information

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview

Meta-analysis of diagnostic research. Karen R Steingart, MD, MPH Chennai, 15 December Overview Meta-analysis of diagnostic research Karen R Steingart, MD, MPH karenst@uw.edu Chennai, 15 December 2010 Overview Describe key steps in a systematic review/ meta-analysis of diagnostic test accuracy studies

More information

Development of restricted mean survival time difference in network metaanalysis based on data from MACNPC update.

Development of restricted mean survival time difference in network metaanalysis based on data from MACNPC update. Development of restricted mean survival time difference in network metaanalysis based on data from MACNPC update. Claire Petit, Pierre Blanchard, Jean-Pierre Pignon, Béranger Lueza June 2017 CONTENTS Context...

More information

American Journal of Internal Medicine

American Journal of Internal Medicine American Journal of Internal Medicine 2016; 4(3): 49-59 http://www.sciencepublishinggroup.com/j/ajim doi: 10.11648/j.ajim.20160403.12 ISSN: 2330-4316 (Print); ISSN: 2330-4324 (Online) The Effect of Dose-Reduced

More information

Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame,

Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame, Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ I. True-False. (20 points) Indicate whether the following statements are true or false.

More information

Types of Statistics. Censored data. Files for today (June 27) Lecture and Homework INTRODUCTION TO BIOSTATISTICS. Today s Outline

Types of Statistics. Censored data. Files for today (June 27) Lecture and Homework INTRODUCTION TO BIOSTATISTICS. Today s Outline INTRODUCTION TO BIOSTATISTICS FOR GRADUATE AND MEDICAL STUDENTS Files for today (June 27) Lecture and Homework Descriptive Statistics and Graphically Visualizing Data Lecture #2 (1 file) PPT presentation

More information

Sociology Exam 3 Answer Key [Draft] May 9, 201 3

Sociology Exam 3 Answer Key [Draft] May 9, 201 3 Sociology 63993 Exam 3 Answer Key [Draft] May 9, 201 3 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. Bivariate regressions are

More information

SUPPLEMENTAL DIGITAL CONTENT FILE 2

SUPPLEMENTAL DIGITAL CONTENT FILE 2 Effects of volatile anesthetics on mortality and postoperative pulmonary and other complications in patients undergoing surgery: A systematic review and meta-analysis SUPPLEMENTAL DIGITAL CONTENT FILE

More information

Multiple Linear Regression Analysis

Multiple Linear Regression Analysis Revised July 2018 Multiple Linear Regression Analysis This set of notes shows how to use Stata in multiple regression analysis. It assumes that you have set Stata up on your computer (see the Getting Started

More information

Package SAMURAI. February 19, 2015

Package SAMURAI. February 19, 2015 Type Package Package SAMURAI February 19, 2015 Title Sensitivity Analysis of a Meta-analysis with Unpublished but Registered Analytical Investigations Version 1.2.1 Date 2013-08-23 Author Noory Y. Kim.

More information

Effect of Intermittent versus Chronic Calorie Restriction on Tumor Incidence: A

Effect of Intermittent versus Chronic Calorie Restriction on Tumor Incidence: A Supplementary Information for: Effect of Intermittent versus Chronic Calorie Restriction on Tumor Incidence: A Systematic Review and Meta-Analysis of Animal Studies Running title: Intermittent vs. chronic

More information