An open API service indexing awesome lists of open source software.

https://github.com/trinker/regression

Tools for regression analyisis
https://github.com/trinker/regression

Last synced: about 1 year ago
JSON representation

Tools for regression analyisis

Awesome Lists containing this project

README

          

Regression
============

Fuctions for linear models

## Installation

Currently there isn't a release on [CRAN](http://cran.r-project.org/).

You can, however, download the [zip ball](https://github.com/trinker/Regression/zipball/master) or [tar ball](https://github.com/trinker/Regression/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:

```r
# install.packages("devtools")

library(devtools)
install_github("Regression", "trinker")
```

Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.