| bigRfit-package | R Documentation | 
Rank-based (R) estimation for linear models with big data. Requires at least 200 records (for smaller datasets use Rfit).
| Package: | bigRfit | 
| Type: | Package | 
| Version: | 0.1.0 | 
| Date: | 2016-06-28 | 
| License: | GPL (>=2) | 
John Kloke, Joesph McKean, John Kapenga Maintainer: John Kloke <johndkloke@gmail.com>
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
codeRfit ~~
n <- 10^6; p <- 10
x <- matrix(rnorm(n*p),ncol=p)
y <- rnorm(n)
#system.time(fit1 <- bigRfit(x,y))
#summary(fit1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.