prereg (version 0.6.0)

prereg_pdf: Preregistration renderer

Description

Knit a PDF document using preregistration document template

Usage

prereg_pdf(...)

aspredicted_prereg(...)

brandt_prereg(...)

cos_prereg(...)

fmri_prereg(...)

psyquant_prereg(...)

prp_quant_prereg(...)

rr_prereg(...)

vantveer_prereg(...)

Arguments

...

additional arguments to pdf_document; template is ignored.

References

Bosnjak, M., Fiebach, C. J., Mellor, D., Mueller, S., O'Connor, D. B., Oswald, F. L., & Sokol-Chang, R. I. (2021). A template for preregistration of quantitative research in psychology: Report of the joint psychological societies preregistration task force. American Psychologist. doi: 10.1037/amp0000879

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. 10.1016/j.jesp.2013.10.005

Cr<U+00FC>well, S. & Evans, N. J. (2021). Preregistration in diverse contexts: a preregistration template for the application of cognitive models. Royal Society Open Science. 8:210155 10.1016/j.jesp.2013.10.005

Flannery, J. E. (2020, October 22). fMRI Preregistration Template. Retrieved from https://osf.io/6juft

van 't Veer, A. E., & Giner-Sorolla, R. (2016). Pre-registration in social psychology---A discussion and suggested template. Journal of Experimental Social Psychology, 67, 2--12. 10.1016/j.jesp.2016.03.004

Examples

Run this code
# NOT RUN {
# Create R Markdown file
rmarkdown::draft(
  "my_preregistration.Rmd"
  , "cos_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 DataLab