- Nov 25, 2021
-
-
thierrychambert authored
-
- Nov 23, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
- Nov 22, 2021
-
-
thierrychambert authored
-
- Oct 27, 2021
-
-
thierrychambert authored
Added "elements_Leslie" function
-
- Oct 23, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
- Oct 08, 2021
-
-
thierrychambert authored
Test on 10 scenarios !
-
thierrychambert authored
+ some minor eolpop-package cleaning
-
- Oct 07, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
- Oct 06, 2021
-
-
thierrychambert authored
-
thierrychambert authored
We don't include newborns (age class 1) into the population count.
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
-
- Sep 29, 2021
-
-
thierrychambert authored
-
- Sep 24, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
- Sep 23, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
thierrychambert authored
Also modified "pop_project" functions accordingly
-
- Sep 20, 2021
-
-
thierrychambert authored
-
thierrychambert authored
-
- Sep 13, 2021
-
-
thierrychambert authored
-
- Sep 06, 2021
-
-
thierrychambert authored
-
- Aug 13, 2021
-
-
thierrychambert authored
Made expert-elicitation distri plots look nicer
-
- Aug 12, 2021
-
-
thierrychambert authored
-
- Jul 22, 2021
-
-
thierrychambert authored
Created function run_simul_shiny
-
thierrychambert 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
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
It works well but it's slow because of the optim procedure : lam_Nt > calibrate vr > Leslie matrix as f(Nt)
-
thierrychambert authored
-
- Jun 23, 2021
-
-
thierrychambert authored
-