The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
The stable release is available from CRAN. In the R console, type
install.packages("sdamr")
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")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.