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

https://github.com/chjackson/ecoreg


https://github.com/chjackson/ecoreg

Last synced: 5 months ago
JSON representation

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