Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.34 KB

ares

It is an old albeit useful R library for time series analysis in air pollution epidemiology.

This library is a toolbox for time series analyses using generalized additive models. It includes functions for model fitting and diagnostics. Dual pollutants and polynomial distributed lag models are also implemented.

Installation

install.packages("remotes")
remotes::install_github("wjunger/ares")

or

install.packages("remotes")
remotes::install_github("NPEA/ares")

Check further instruction on how to install R packages from GitHub repositories at the remotes package repository.

Notice

The repository NPEA/ares is an updated fork and it is ready to use. However, if you wish to fork this project, fork the upstream wjunger/ares.

License

GPL (>= 2)

Disclaimer

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.