Description
Statistics: Data Analysis and Modelling.
Description
Data sets and functions to support the books "Statistics: Data analysis and modelling" by Speekenbrink, M. (2021) <https://mspeekenbrink.github.io/sdam-book/> and "An R companion to Statistics: data analysis and modelling" by Speekenbrink, M. (2021) <https://mspeekenbrink.github.io/sdam-r-companion/>. All datasets analysed in these books are provided in this package. In addition, the package provides functions to compute sample statistics (variance, standard deviation, mode), create raincloud and enhanced Q-Q plots, and expand Anova results into omnibus tests and tests of individual contrasts.
README.md
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")