MSBStatsData provides curated teaching datasets for statistics and data science courses at the Münster School of Business at FH Münster.
The package is designed for reproducible exercises and solutions in R, with data that works well across core topics like frequencies, location and dispersion measures, association, regression, and introductory time series analysis.
Installation
install.packages("MSBStatsData")
# development version
# install.packages("pak")
# pak::pak("mchlbckr/MSBStatsData")Selected datasets
- Core teaching data
cinema_visitorsbvb_rankingsberlin_marathonwebsite_dwellcheckout_timesresearch_adsenv_survey_eu10
- Contingency-table data (aggregated + individual)
union_satisfactionunion_satisfaction_indsport_occupationsport_occupation_indflorida_sentencingflorida_sentencing_indtv_gendertv_gender_indcar_occupationcar_occupation_ind
- Münster mobility data
ms_bike_sitesms_bike_hourly_2025ms_bike_hourly_2025_city
- Public statistics snapshots (Germany/NRW)
nrw_populationde_electionsde_energy_prices
Listing all datasets
data(package = "MSBStatsData")Notes
- Most data objects are small and classroom-friendly.
- Where helpful, both aggregated and individual-level versions are provided.
- Data sources are documented in the respective dataset help pages (
?dataset_name). - Third-party source and license notices for bundled external data are included in
inst/THIRD_PARTY_LICENSES. - GitHub releases may be ahead of the current CRAN version.
