Description
Basic Statistics.
Description
Basic statistical analyses. The package has been developed to be used in statistics courses at Bocconi University (Milan, Italy). Currently, the package includes some exploratory and inferential analyses usually presented in introductory statistics courses.
README.md
UBStats
Overview
Current release: 0.3.0
R version required: at least 3.5.0
R package for teaching introductory statistics courses at Bocconi University (Milan, Italy).
Installation instructions
The easiest way to get the package is to install it from CRAN by executing the following code:
install.packages("UBStats")
After installing it, to use the package run library(UBStats).
To see a description of the package, execute the command ?UBStats.