R
package for teaching introductory statistics courses
at Bocconi University (Milan, Italy).
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
.