Learn R Programming

UBStats

Overview

Current release: 0.2.2
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 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")
devtools::install_github("raffaellapiccarreta/UBStats")

After installing it, to use the package run library(UBStats).

To see a description of the package, execute the command ?UBStats.

Copy Link

Version

Install

install.packages('UBStats')

Monthly Downloads

284

Version

0.2.2

License

GPL-3

Maintainer

Sergio Venturini

Last Published

August 26th, 2024

Functions in UBStats (0.2.2)

UBStats-package

UBStats: a package for teaching and learning introductory statistics
TEST.mean

Test on the mean
TEST.prop

Test on the proportion
distr.plot.xy

Analysis of a bivariate distribution using plots
summaries.plot.x

Plot of central and non-central conditional tendency measures for a single numeric variable
distr.table.xy

Analysis of a bivariate distribution using cross-tables
distr.summary.x

Summary statistics for a single variable
distr.plot.x

Analysis of a univariate distribution using plots
distr.table.x

Analysis of a univariate distribution using frequency tables
MktDATA

Data: MktDATA
CI.mean

Confidence intervals for the mean
TEST.diffprop

Tests on the difference between proportions
TEST.diffmean

Tests on the difference between means
CI.prop

Confidence intervals for the proportion
CI.diffprop

Confidence intervals for the difference between proportions
CI.diffmean

Confidence intervals for the difference between means
TEST.diffvar

Tests on variances
LM.output

Extract Model Residuals and other Regression Diagnostics
MktDATA.Orig

Data: MktDATA.Orig