Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coatless-rpkg/msos

msos: Data Sets and Functions Used in Multivariate Statistics: Old School by John Marden
https://github.com/coatless-rpkg/msos

multivariate r statistics

Last synced: about 2 months ago
JSON representation

msos: Data Sets and Functions Used in Multivariate Statistics: Old School by John Marden

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

## msos

[![R-CMD-check](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/msos)](https://cran.r-project.org/package=msos)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/msos)](https://cran.r-project.org/package=msos)

Multivariate Analysis methods and data sets used
in John Marden's [Multivariate Statistics: Old School](https://stat.istics.net/Multivariate/) (2015) ISBN: [978-1456538835](https://www.amazon.com/gp/product/1456538837).
This also serves a companion package for the STAT 571: Multivariate Analysis course
offered in the [Department of Statistics](https://stat.illinois.edu) at the
[University of Illinois at Urbana-Champaign (UIUC)](https://illinois.edu).

### Installation

The `msos` package is available on both CRAN and GitHub. The CRAN version is
considered stable while the GitHub version is in a state of development and
may break.

You can install the stable version of the `msos` package with:

```r
install.packages("msos")
```

For those who like living on the edge, feel free to use a copy of the
development version by doing:

```r
if(!requireNamespace("remotes")) { install.packages("remotes") }

# Install the package from github
remotes::install_github("coatless-rpkg/msos")
```

### Authors

John Marden and James Balamuta

### Licensing

MIT