Text describing the project
if (!require(pacman)) {
install.packages('pacman')
}::p_load(devtools, report, install = TRUE)
pacman::install_github("hadley/emo") devtools
For this tutorial, these are made up demographics to illustrate how to summarize and present different characteristics
Describe the items and scales used
Hypothesis text
Results
✅
Check model assumptions using the {performance}
package
Hypothesis text
Results
✅
Check model assumptions using the {performance}
package
Research question text
Results
✅
Check model assumptions using the {performance}
package
::cite_packages() report
## - Hadley Wickham, Jennifer Bryan and Malcolm Barrett (2021). usethis: Automate Package and Project Setup. R package version 2.1.5. https://CRAN.R-project.org/package=usethis
## - Hadley Wickham, Jim Hester, Winston Chang and Jennifer Bryan (2021). devtools: Tools to Make Developing R Packages Easier. R package version 2.4.3. https://CRAN.R-project.org/package=devtools
## - Makowski, D., Ben-Shachar, M.S., Patil, I. & Lüdecke, D. (2020). Automated Results Reporting as a Practical Tool to Improve Reproducibility and Methodological Best Practices Adoption. CRAN. Available from https://github.com/easystats/report. doi: .
## - R Core Team (2021). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL https://www.R-project.org/.
## - Rinker, T. W. & Kurkiewicz, D. (2017). pacman: Package Management for R. version 0.5.0. Buffalo, New York. http://github.com/trinker/pacman