Skip to content

Commit

Permalink
Create fitmodel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rosannaclairebarnard committed Jul 7, 2022
1 parent 3392f94 commit 6dcd239
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/fitmodel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env sh

cd ..

DATE_FROM=22050601
DATE_TO=22050608
FILENAME=relu_yeswane_sev2.0_22021104

Rscript fit-omi.R relu all \
${DATE_FROM} \
${DATE_TO} \
yeswane \
central \
2.0 1.0 seaslate 0.1 ${FILENAME} 2.5 0.551 0.5 0.5 1.5 0.3

0 comments on commit 6dcd239

Please sign in to comment.