-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] v0.12.0 #141
Merged
Merged
[WIP] v0.12.0 #141
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 99.38% 99.32% -0.06%
==========================================
Files 20 20
Lines 3070 3134 +64
==========================================
+ Hits 3051 3113 +62
- Misses 19 21 +2
Continue to review full report at Codecov.
|
now does not include start_moon argument, allowing for usage of prior observations in models, but means models now need to trim their data using the info in metadata. the prefab models were updated accordingly
Does one step ahead forecasts and iterates on those forecasts to make forecasts up to the 12 month horizon.
- adjust names of vars and functions for later portalcasting version - comment out AIC calculations (no longer necessary) - remove dependency on dplyr and tidyr - fix usage of pred_var (variance, not sd)
add simplexEDM to prefab_models move simplexEDM function def to correct place minor updates to simplexEDM function add docs
include EDM model(s) among the standard suite
causing an issue on travis right now, unrelated to pushed content
update refs
add documentation for EDM models
need to still include the use of prior counts starting point random walk model as an example still lots to iron out re computation before this model is included in the prefabs
allows use of data from before the start moon in forming the priors, which is done in jags_RW
Closed
This was referenced Oct 12, 2019
Closed
and fix a bug in the metadata list update
PrayasJ
pushed a commit
to PrayasJ/portalcasting
that referenced
this pull request
Aug 24, 2022
[WIP] v0.12.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
portalcast
updates model scripts according tocontrols_model
fill_models
before runningportalcast
.fill_models
would result in hand-made scripts being overwritted, so a specific function (update_models
) for updating the models was created.update_models
by default only updates the models listed in thecontrols_model
input, to avoid overwriting model scripts. To change this behavior and also update all of the prefab models' scripts, setupdate_prefab_models = TRUE
. This is particularly handy when changing a global (with respect to model scripts) argument:main
,quiet
,verbose
, orarg_checks
.Messaging around trying to use not-complete directory improved
create_dir
.Patching data set bug in plotting
Updated messaging
Changed behavior of
prep_rodents_table
andprep_rodents
start_moon
argument, and all of the data prior toend_moon
are returned.start_moon
in forecasting models (e.g., for distributions of starting state variables).Fixed codecov targets
Simple EDM model added
JAGS infrastructure added
run.jags
via acontrol_runjags
list
(seerunjags_control
).Prepared rodents table includes more content
prefab_rodents_controls
haveeffort = TRUE
).Updated adding a model and data vignette