[root]/branches/budaev/RSTAT/FISHMET
fig
(5 files, 1379 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sbu062 | 46 (100.0%) | 5079 (100.0%) | 110.4 |
no need obsolete file
0 lines of code changed in 2 files:
reset `midgut_michaelis_r_max`
5 lines of code changed in 1 file:
fix input file name
1 lines of code changed in 1 file:
copied worksheet for data r12551
201 lines of code changed in 1 file:
data from simulation r12551 `midgut_michaelis_r_max`
657 lines of code changed in 1 file:
from batch job r12536
21 lines of code changed in 1 file:
fix: batch varied temperature
5 lines of code changed in 1 file:
copied and adapted analysis worksheet for simulation batch r12513
201 lines of code changed in 1 file:
data from simulation batch r12513
1317 lines of code changed in 1 file:
complete fix
1 lines of code changed in 1 file:
typo fixed
1 lines of code changed in 1 file:
copied call to functions and sgr
5 lines of code changed in 1 file:
add some analysis of SGR
16 lines of code changed in 1 file:
calculate specific growth rate
5 lines of code changed in 1 file:
add R functions, start with specific growth rate Houde & Schekter (1981)
10 lines of code changed in 1 file:
analysis of batch run r12499 with `ingestion_delay`
181 lines of code changed in 1 file:
batch simulation with generator script r12499
1097 lines of code changed in 1 file:
add fit plot
14 lines of code changed in 1 file:
need to include data simulation file revision number
7 lines of code changed in 1 file:
fix library loading
3 lines of code changed in 1 file:
use partial effect size eta-squared
2 lines of code changed in 1 file:
note on data append r12487
1 lines of code changed in 1 file:
calculate effect sizes
5 lines of code changed in 1 file:
plot test chunk line
11 lines of code changed in 1 file:
appended simulation batch for `appetite_factor_a=5000000` (default)
Diff file for `scripts/sensitivity_generate.py`
{{{
Index: scripts/sensitivity_generate.py
===================================================================
--- scripts/sensitivity_generate.py (revision 12468)
+++ scripts/sensitivity_generate.py (working copy)
@@ -87,8 +87,8 @@
# appetite parameters | parameter array pairs
#----------------------+------------------------------------
appetite = {
- "appetite_factor_a": [ 100, 1000, 10000, 500000 ],
- "appetite_factor_r": [ 10, 10, 10, 20 ]
+ "appetite_factor_a": [ 5000000 ],
+ "appetite_factor_r": [ 20 ]
}
# ------------------------------------------------------------------------------
}}}
132 lines of code changed in 1 file:
snall changes
5 lines of code changed in 1 file:
subtitles for easier navigation
6 lines of code changed in 1 file:
add data import to worksheet
2 lines of code changed in 1 file:
comments with parameter arrays for dynamic plots of appetite effect
22 lines of code changed in 1 file:
reordered slice curves for appetite factor
6 lines of code changed in 1 file:
add slices by food input rate and appetite patytern
27 lines of code changed in 1 file:
define recoded appetite_pattern by reordering
21 lines of code changed in 1 file:
accessory plot added
6 lines of code changed in 1 file:
simple aov add
22 lines of code changed in 1 file:
add python invocation for body mass levels
18 lines of code changed in 1 file:
add default appetite curve, batch second run with
{{{
#----------------------+------------------------------------
appetite = {
"appetite_factor_a": [ 5000000 ],
"appetite_factor_r": [ 20 ]
}
}}}
with commands{{{
scripts/sensitivity_generate.py > batch-def-5000000.fishmet
./fishmet.exe --batch < batch-def-5000000.fishmet ; xsend.py sbu062@tegsvn.uib.no "Batch job finished on FISHMET"
}}}
4 lines of code changed in 1 file:
auto whitespace from rstudio
0 lines of code changed in 1 file:
add parameter plots and basic scatters
39 lines of code changed in 1 file:
reformat md
5 lines of code changed in 1 file:
more effects
8 lines of code changed in 1 file:
(3 more)