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.
R
package for teaching introductory statistics courses
at Bocconi University (Milan, Italy).
The easiest way to get the package is to install it from GitHub by
executing the following code (uncomment the first line if you don’t have
the devtools
package available in your local installation
of R
):
# install.packages("devtools")
::install_github("raffaellapiccarreta/UBStats") devtools
After installing it, to use the package run
library(UBStats)
.
To see a description of the package, execute the command
?UBStats
.
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.