Skip to content
/ smsets Public

A collection of simple parameter estimation and significance tests for the comparison of multivariate means and variation, covered in Chapters 4 and 5 of the book Multivariate Statistical Methods. A Primer. 5th edition.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ganava4/smsets

Repository files navigation

smsets

License: MIT

Description

The goal of smsets is to produce simple multivariate statistical tests and parameter estimation for means and variances / covariances when one single factor with two or more levels are involved. Analyses include:

  • Multiple two-sample t-tests for means.
  • Multiple two-sample Levene's tests for variances.
  • Two-sample Hotelling's $T^2$ test.
  • Extended Levene's tests for two multivariate samples based on Hotelling's $T^2$ test.
  • Two-sample van Valen's test.
  • One-way MANOVA.
  • Box's M test of variation for multivariate samples (F approximation).
  • Penrose's distance calculator

Getting started

You can install the development version of smsets from GitHub with:

devtools::install_github("ganava4/smsets")

Afterwards, just load it and it will be ready to use.

library("smsets")

About

A collection of simple parameter estimation and significance tests for the comparison of multivariate means and variation, covered in Chapters 4 and 5 of the book Multivariate Statistical Methods. A Primer. 5th edition.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published