The aenoa
package contains supplemental tutorials for the course
Analyse- en Onderzoeksmethoden A
at the University of Amsterdam. You may use them for non-profit work but may
not otherwise change them or claim them as your own:
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
To install the package from RStudio, run the following commands:
library(remotes)
install_github("jaburgoyne/aenoa")
Currently the package containe only one tutorial:
- fourtests: Summary of the four statistical tests we learned in the course.
To run the tutorial execute:
learnr::run_tutorial("fourtests", package = "aenoa")