Skip to content
/ WRS Public

Wilcox' Robust Statistics

Notifications You must be signed in to change notification settings

nicebread/WRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wilcox' Robust Statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages