https://github.com/chjackson/ecoreg
https://github.com/chjackson/ecoreg
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chjackson/ecoreg
- Owner: chjackson
- Created: 2020-03-20T17:02:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T17:17:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-10T02:27:25.476Z (9 months ago)
- Language: R
- Size: 89.8 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecoreg: R package for ecological regression
This is the development repository for the CRAN package [ecoreg](https://CRAN.R-project.org/package=ecoreg) for ecological regression using aggregate and individual data.
There are no plans to add new features to this package.
Bugs will still be fixed, and CRAN requirements will be adhered to.
This repository only includes CRAN versions 0.2.2 (2017-08-24) and onwards.
## Installation (development version)
```r
install.packages("devtools") # if devtools not already installed
devtools::install_github('chjackson/ecoreg')
```
## Installation (CRAN version)
```r
install.packages("ecoreg")
```