AnR package to supportStatistics: Dataanalysis and modelling.
This package provides the datasets analysed inStatistics: Dataanalysis and modelling, as well as functions to compute samplestatistics (mode, variance and standard deviations) and create“raincloud” plots.
The stable release is available from CRAN. In the R console, type
install.packages("sdamr")The development version can be installed from GitHub, using theremotes package. If you don’t have this install, firsttype
install.packages("remotes")in the R console. You can then install thesdamr packageby typing
remotes::install_github("mspeekenbrink/sdam-r")