Skip to content

gsa-oes/guides

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%