sdamr
An R package to support Statistics: Data analysis and modelling.
This package provides the datasets analysed in Statistics: Data analysis and modelling, as well as functions to compute sample statistics (mode, variance and standard deviations) and create "raincloud" plots.
Installation
Stable release
The stable release is available from CRAN. In the R console, type
install.packages("sdamr")
Development version
The development version can be installed from GitHub, using the remotes
package. If you don't have this install, first type
install.packages("remotes")
in the R console. You can then install the sdamr
package by typing
remotes::install_github("mspeekenbrink/sdam-r")