3: Uploading Data Get datasets into R or use a Metafor library dataset Meta-analysis in R with Metafor.

Slides:



Advertisements
Similar presentations
Childhood exposure to domestic violence predicts relationship violence: A meta-analysis Markus Kemmelmeier and Kerry Kleyman.
Advertisements

Computer 7 My Electronic Portfolio Brittnay Brown.
Max Robinson. Do children inherit their fingerprint patterns from their parents?
Genesis Presentation 3 Running Reports and Advance Features.
SPSS Session 5: Association between Nominal Variables Using Chi-Square Statistic.
Chapter 7 Using Multivariate Statistics P173 Multiple Regression Multiple Correlation – What’s the difference between regression and correlation? Validity.
Significance and effect sizes What is the problem with just using p-levels to determine whether one variable has an effect on another? Don’t EVER just.
Marital Satisfaction and Family Functioning in Families with Toddlers: Evidence For a Single Construct? Phillip R. Sevigny, M. A. & Lynn Loutzenhiser,
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
Spearman Rank-Order Correlation Test
Using Java's Math & Scanner class. Java's Mathematical functions (methods) (1)
The Campbell Collaborationwww.campbellcollaboration.org C2 Training: May 9 – 10, 2011 Data Analysis and Interpretation: Computing effect sizes.
Funded through the ESRC’s Researcher Development Initiative
Physical Activity & Sleep EPHE 348. Sleep – What is it good for?  Insomnia is a major public health issue (20-40%)  Results in mood and psychiatric.
Python Lab Pandas Library - II Proteomics Informatics, Spring 2014 Week 8 18 th Mar, 2014
Data Collection. In the Beginning Define Constructs (what is the domain?) Therapy effectiveness Integrity tests Research Question What’s the average?
Lesson 1 -What is a Database? -Fields and Records
E-Portfolios: An Introduction Sat Devi Flagstaff AMES 2010.
Low Intensity Strategies: A Look at Instructional Choice.
How to calculate: - Average Effect Size (step 4) - Moderators (step 5)
Treatment – does it work? Why is this question important? − 12% of children − Treatments cost more than 1.5 billion − Want to help.
Understand Computer Fundamentals Unit Objective: 2.01B Computer Software.
Completing a Job Application. How Important is the Application? You are making your first impression! It screens you out or in! Creates the tone for the.
Literature Class 10. We are all going to read a novel by John Green. Earlier this week we all explained our title choice. The books are being shipped.
Sampling Distributions. What is a sampling distribution? Grab a sample of size N Compute a statistic (mean, variance, etc.) Record it Do it again (until.
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.
The Campbell Collaborationwww.campbellcollaboration.org C2 Training: May 9 – 10, 2011 Introduction to meta-analysis.
Dependencies Complex Data in Meta-analysis. Common Dependencies Independent subgroups within a study (nested in lab?) Multiple outcomes on the same people.
Models with categorical covariates, continuous covariates, or both
1 Introduction Description of the video series Meta-analysis in R with Metafor.
Schmidt & Hunter Approach to r Bare Bones. Statistical Artifacts Extraneous factors that influence observed effect Sampling error* Reliability Range restriction.
G Lecture 7 Confirmatory Factor Analysis
Kirstin Dougan Music and Performing Arts Librarian, Music and Performing Arts Library, University of Illinois at Urbana-Champaign “YouTube Has Changed.
5: Preferred Upload Formats Getting Excel files to Metafor for correlations, standardized mean differences, and binary studies Meta-analysis in R with.
LECTURE 4 EPSY 652 FALL Computing Effect Sizes- Mean Difference Effects Glass: e = (Mean Experimental – Mean Control )/SD o SD = Square Root (average.
Reading Report: A unified approach for assessing agreement for continuous and categorical data Yingdong Feng.
APA Referencing Guide All information taken from Publication manual of the American Psychological Association, 6 th ed. (*notes courtesy of Kent State.
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.
Welcome to Research Methods!. Does everyone have a syllabus ?
Measurement and Statistics From July, 2015 It’s All About You: A Clinical Research Simulation (1.12) This project was supported by the Office Of The Director,
This is Not a Book About …. Author: Illustrator: Class: Date:
Statistical Fundamentals: Using Microsoft Excel for Univariate and Bivariate Analysis Alfred P. Rovai Pearson Product-Moment Correlation Test PowerPoint.
Chapter 14 Research Synthesis (Meta-Analysis). Chapter Outline Using meta-analysis to synthesize research Tutorial example of meta-analysis.
Hunter & Schmidt in Metafor. Input Bare-bones - metafor.
Week of March 23 Partial correlations Semipartial correlations
PSY 315 GENIUS Education Expert/psy315genius.com FOR MORE CLASSES VISIT
Evaluation Research and Meta-analysis
H676 Week 3 – Effect Sizes Additional week for coding?
French validation of the “Reading the Mind in the Eyes Test”
Stages of test construction
H676 Week 7 – Effect sizes and other issues
9: Basic Confidence and Prediction Intervals
Advanced Designer Topics *Demonstrative, not instructional
Key research: Gottesman et al
Use of Instruments in Research
Evaluation Research and Meta-analysis
Hedges’ Approach.
CREATING AND USING FILE FOLDERS
” روان شناسی تربیتی ” Educational Psychology
Schmidt & Hunter Approach to r
Building your QUT ePortfolio
Sampling Distribution
Sampling Distribution
Levels of Organisation. YouTube Video – Levels of Organisation
Provider Portal Document Library Instructions for Transmission Forms
The parts of a scholarly book
Similarities between the studies: Differences between the studies:
Meta-analysis in R: An introductory guide
Presentation transcript:

3: Uploading Data Get datasets into R or use a Metafor library dataset Meta-analysis in R with Metafor

Built-in Datasets Metafor comes with many datasets in a library Viechtbauer uses dat.bcg as an illustration in his 2010 paper on metafor I’ll use the validity of employment interviews in dat.mcdaniel1994 for illustrations

Create Dataset in Excel Create columns for variables Author Date Effect size data (Hedges approach; Borenstein et al., 2009 book; little bit of Schmidt & Hunter) Effect Size (ES), Sampling Variance (V) of ES Data to compute ES and V Moderators Must find or compute a common (across studies) ES and V

Example Dataset McLeod2007.xlsx – parenting and childhood depression McLeod, B. D., Weisz, J. R., Wood, J. J., (2007). Examining the association between parenting and childhood depression: A meta-analysis. Clinical Psychology Review, 27, ES – Correlation (r) Variance – From sample size (N) Moderator – Both parents (B) or just mothers (M) Has Author, Year Has other moderators related to either parenting or depression measures – let’s take a peek

Reading.xlsx files > Invoke R > library(xlsx) > data <- read.xlsx(“path/filename.xlsx”, sheetName = “nameofsheet”) Examples Read McLeod.xlsx Print it Print built-in library data: dat.mcdaniel1994

Video instructions from Youtube For reading an Excel file into R: eJTNBDdKgJgJzaQcY6OXmsXAHU&index=4