weecology / portalcasting

Model development, deployment, and evaluation for forecasting Portal ecosystem dynamics
https://weecology.github.io/portalcasting
Other
8 stars 10 forks source link

Add simple EDM model #115

Closed skmorgane closed 5 years ago

skmorgane commented 5 years ago

Spin-up project for @ethanwhite to learn portalcasting. EDMs are a good data-driven starting point for forecasting.

ha0ye commented 5 years ago

Ongoing work to be done in the EDM branch, started by @ethanwhite; see #149

ha0ye commented 5 years ago

Seems to be working. (i.e. the following code runs)

library(portalcasting)
main <- tempdir()
setup_sandbox(main = main)
portalcast(main = main, models = "simplexEDM", verbose = TRUE)
ha0ye commented 5 years ago
juniperlsimonis commented 5 years ago

done with #141