WRS icon indicating copy to clipboard operation
WRS copied to clipboard

Wilcox' Robust Statistics

WRS

Last-changedate packageversion

A package of R.R. Wilcox' robust statistics functions. For more information, see http://dornsife.usc.edu/labs/rwilcox/software/.

Installation

Note: On Mac OS you might need to install some developer tools (see here: https://cran.rstudio.com/bin/macosx/tools/) for the installation of the WRScpp package.

# first: install dependent packages
install.packages(c("MASS", "akima", "robustbase"))

# second: install suggested packages
install.packages(c("akima", "cobs", "robust", "mgcv", "scatterplot3d", "quantreg", "rrcov", "lars", "pwr", "trimcluster", "mc2d", "psych", "Rfit", "DepthProc", "class", "fda", "rankFD"))

# third: install an additional package which provides some C functions
# install.packages("devtools")
# NOTE: This seems to be stalled and not functional any more
# devtools::install_github("mrxiaohe/WRScpp")

# fourth: install WRS
install_github("nicebread/WRS", subdir="pkg")