All Projects → MathiasHarrer → Doing Meta Analysis In R

MathiasHarrer / Doing Meta Analysis In R

Licence: cc0-1.0
All R codes for the guide "Doing Meta-Analysis in R"

Projects that are alternatives of or similar to Doing Meta Analysis In R

Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+72.17%)
Mutual labels:  bookdown, rstudio
R Course
Una introduccion al analisis de datos con R y R Studio
Stars: ✭ 93 (-19.13%)
Mutual labels:  rstudio
Viewxl
'RStudio' addin to open data.frame(s) in Excel
Stars: ✭ 35 (-69.57%)
Mutual labels:  rstudio
Intro To R
Stars: ✭ 71 (-38.26%)
Mutual labels:  rstudio
Bookdown.org
Source documents to generate the bookdown.org website
Stars: ✭ 49 (-57.39%)
Mutual labels:  bookdown
Wraprmd
RStudio addin for wrapping RMarkdown paragraphs
Stars: ✭ 87 (-24.35%)
Mutual labels:  rstudio
Tidy Text Mining
Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
Stars: ✭ 961 (+735.65%)
Mutual labels:  bookdown
Shinyapps links
A collection of Shiny applications (links shared on Twitter)
Stars: ✭ 109 (-5.22%)
Mutual labels:  rstudio
Big Data
🔧 Use dplyr to analyze Big Data 🐘
Stars: ✭ 93 (-19.13%)
Mutual labels:  rstudio
Shrtcts
Make Anything an RStudio Shortcut
Stars: ✭ 71 (-38.26%)
Mutual labels:  rstudio
Starter Academic
🎓 Easily create a beautiful academic résumé or educational website using Hugo, GitHub, and Netlify
Stars: ✭ 1,158 (+906.96%)
Mutual labels:  rstudio
Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (-56.52%)
Mutual labels:  bookdown
Mlr3book
mlr3 manual
Stars: ✭ 89 (-22.61%)
Mutual labels:  bookdown
Connections
https://rstudio.github.io/connections/
Stars: ✭ 42 (-63.48%)
Mutual labels:  rstudio
Blogdown
Create Blogs and Websites with R Markdown
Stars: ✭ 1,327 (+1053.91%)
Mutual labels:  rstudio
Rstudioconf tweets
🖥 A repository for tracking tweets about rstudio::conf
Stars: ✭ 32 (-72.17%)
Mutual labels:  rstudio
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+881.74%)
Mutual labels:  rstudio
Darkstudio
darkstudio. A dark grey alternative to RStudio's default dark theme.
Stars: ✭ 75 (-34.78%)
Mutual labels:  rstudio
Rbert
Implementation of BERT in R
Stars: ✭ 114 (-0.87%)
Mutual labels:  rstudio
Dev guide
rOpenSci Packages: Development, Maintenance, and Peer Review
Stars: ✭ 106 (-7.83%)
Mutual labels:  bookdown

Doing Meta-Analysis in R

DOI Twitter URL Twitter URL Twitter URL Twitter URL

This is a online handbook on how to perform meta-analyses in R.

How to get and run the R code for the guide

We hope you're enjoying our guide on how to do Meta-Analysis in R. Here's a description on how you can download the R Code to run your Meta-Analyses yourself.

Accessing the repository

We have stored all R Code in a repository which you can download onto your computer. To access the repository, click View on GitHub on top of this page. There, you can access all code files, and copy & paste them into RStudio.

You can directly download the repository on GitHub by clicking on Clone or Download and then on Download Zip.

In case you are a GitHub user already, you can star the repository to access it more easily in the future.

Downloading the files directly

You can download the entire repository on the top of this site by clicking on Download .zip. This downloads a zip file containing all files onto your computer.

Running the code

Of course, you can run all code one by one if you simply copy and paste the code into RStudio and run it. If you want to run all code in RStudio along with reading the book, an easier way might be to access the R Markdown files in the download folder and run the code chunks in them. Here's how you do that.

  1. Save the downloader folder on your computer in a folder where you can easily find it.
  2. In R Studio, under the Files pane (bottom-left corner), search for the downloaded folder "Doing_Meta_Analysis_in_R-master" and open it.
  3. In the folder, click on bookdown-demo.Rproj. This opens the R Project with which the all analyses were conducted.
  4. Now, you can access all the chapters in the guide. They are stored as so-called R Markdown files (.Rmd) in the same folder and have the following names:
  • Chapter 1: index.Rmd
  • Chapter 2: 01-rstudio_and_basics.Rmd
  • Chapter 3: 02-getting_data_in_R.Rmd
  • Chapter 4: 03-pooling_effect_sizes.Rmd
  • Chapter 5: 04-forest_plots.Rmd
  • Chapter 6: 05-heterogeneity.Rmd
  • Chapter 7: 06-subgroup_analyses.Rmd
  • Chapter 8: 07-metaregression.Rmd
  • Chapter 9: 08-publication_bias.Rmd
  • Chapter 10: 09-risk_of_bias_summary.Rmd
  • Chapter 11: 10-network_metaanalysis.Rmd
  • Chapter 12: 11-Effectsizeconverter.Rmd
  • Chapter 13: 12-power_analysis.Rmd
  1. Click to open the file you want to see. You'll see that the files contain the exact same text and code as the one used in the guide, but there are a few lines of code more which are not displayed in the guide. These are needed, for example, to set the layout for the book.
  2. To run the code chunks between the text, click on the little green arrow on the top-right corner of each code chunk. Once you do this, the code in the chunk is run by R.

Important: most code chunks are not independent, and draw on objects or functions which are created in preceeding chunks. Therefore, you should stick with running one chunk after another, from top to bottom.

We hope these files will make it easier for you to do your on Meta-Analysis in R. If you're having problems with the download, running the code chunks, or if you stumble upon errors, let us now at [email protected]

Mathias & David

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].