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
- Host: GitHub
- URL: https://github.com/trinker/regression
- Owner: trinker
- Created: 2012-09-18T00:55:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T21:58:30.000Z (about 9 years ago)
- Last Synced: 2025-04-04T08:39:09.337Z (about 1 year ago)
- Language: R
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.