prereg (version 0.4.0)

brandt_prereg: Brandt et al. Replication Recipe Preregistration template

Description

Knit a PDF document using the questions suggested by Brandt et al. (2013)

Usage

brandt_prereg(...)

Arguments

...

additional arguments to pdf_document; template is ignored.

References

Brandt, M. J., IJzerman, H., Dijksterhuis, A., Farach, F. J., Geller, J., Giner-Sorolla, R., ... van 't Veer, A. (2014). The Replication Recipe: What makes for a convincing replication? Journal of Experimental Social Psychology, 50, 217--224. doi: 10.1016/j.jesp.2013.10.005

Examples

Run this code
# NOT RUN {
# Create R Markdown file
rmarkdown::draft(
  "my_preregistration.Rmd"
  , "brandt_prereg"
  , package = "prereg"
  , create_dir = FALSE
  , edit = FALSE
  )

# Render file
rmarkdown::render("my_preregistration.Rmd")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace