Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.38 KB

Some guides to help us do our work

On Re-Analysis

HTML Version of the guide

On Randomization Inference

HTML Version of the guide

On Randomization and Blocking

HTML Version of the guide

How we make the guides?

We tend to write them in R markdown format. We make the html and/or pdf versions using either the "Knit to HTML"/"Knit to PDF" buttons in RStudio or using the following commands in R:

library(rmarkdown)
render("thedoc.Rmd",output_format=html_document())
render("thedoc.Rmd",output_format=pdf_document())

Other guides and inspirations

If you have a question that we haven't yet covered here, you can feel free to raise it in the Issues. First, however, you might check out the EGAP methods guides or Alex Coppock's guide to the R randomizr package and Don Green and Winston Lin's (standard operating procedures)[https://github.com/acoppock/Green-Lab-SOP]. Resources included are for reference purposes only, and do not reflect the views of or endorsement by the United States Government.