Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 589 Bytes

mews

More Early Warning Signals - An R package based on the previous packages earlywarning and earlywarnings

Estimation is done using maximum marginal likelihood estimation via Template Model Builder.

Installation

To install mews, first install TMB from CRAN, then install mews via

devtools::install_github("mebrooks/mews/mews")

You may need to install the devtools package, compiler tools, and other dependencies first. To install TMB, it may be necessary to install the version of Rtools that matches your version of R.