Skip to content

Latest commit

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

WRS

Last-changedatepackageversion

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

Note: Version 0.45 (2025-10-29) is the final update of the WRS package. No further updates are planned.

Installation

# 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")

About

Wilcox' Robust Statistics

Resources

Stars

46 stars

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages