- Aug 12, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
still works well
-
thierrychambert authored
Added "Espece generique" to csv species list
-
- Aug 11, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
conflicts remaining on shiny "ui" and "server" Merge branch 'thierry' # Conflicts: # inst/ShinyApp/server.R # inst/ShinyApp/ui.R
-
Thierry CHAMBERT authored
-
thierrychambert authored
replace ";" by "," to fix header issue
-
thierrychambert authored
Merge branch 'marie' of github.com:thierrychambert/eolpop into marie # Conflicts: # inst/ShinyApp/ui.R
-
thierrychambert authored
-
- Aug 10, 2021
-
-
Marie-Bocage authored
-
Marie-Bocage authored
-
Marie-Bocage authored
-
Marie-Bocage authored
-
- Jul 23, 2021
-
-
thierrychambert authored
-
- Jul 22, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
Created function run_simul_shiny
-
thierrychambert authored
-
- Jul 21, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
- Jul 20, 2021
-
-
Marie-Bocage authored
-
Marie-Bocage authored
-
- Jun 30, 2021
-
-
thierrychambert authored
-
thierrychambert authored
Added choice of model_demo inside the run_simul function using the set of decisions rules based on : * lambda (growth vs decline) for DD * lambda and N0 (small vs large pop) for StochDemo Updated other functions accrodingly
-
thierrychambert authored
1- Change ref pop size min = 0 by min = 30 Thus modified N_ref[N_ref == 0] <- NaN by N_ref[N_ref < 30] <- NaN 2- added warning message (if too many iterations with N_ref < 30) 3- updated description
-
- Jun 25, 2021
-
-
thierrychambert authored
-
thierrychambert authored
Updated plot_impact accordingly Added imports (magrittr, popbio) to models M3 and M4 functions
-
- Jun 24, 2021
-
-
thierrychambert authored
Added piece "%>% sapply(min, 0.999)" in M3 and M4 to avoid survival parameter > 1. Also added this in 'init_calib' function. All models tested and work.
-
thierrychambert authored
Made Model 3 (with DD) simulations faster by changing the calibrate_params function (based on optim) by an analytical approximation (using match_lam_delta function). Tests reveals that the approx is largely good enough. Makes no differences in the results.
-
thierrychambert authored
It works well but it's slow because of the optim procedure : lam_Nt > calibrate vr > Leslie matrix as f(Nt)
-
thierrychambert authored
-
thierrychambert authored
-
- Jun 23, 2021
-
-
thierrychambert authored
-