Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 601 Bytes

growthbreaks

This package is designed to implement the GAM-based breakpoint detection method developed and tested in Kapur et al. (2020).

Installation

You must have rtools installed to build this package. To confirm you have the correct version of rtools for your version of R, run:

pkgbuild::check_build_tools(debug=TRUE)

To install:

devtools::install_github('afsc-assessments/growthbreaks')

Vignettes

Check out the example under Articles available at https://afsc-assessments.github.io/growthbreaks/.