3 # Lancement: qsub -o .output -j y run_accu_cl.sh
6 #$ -wd /workdir2/auder/morpheus/reports
8 #$ -M benjamin@auder.net
20 for link
in "logit" "probit"; do
21 for weights
in "1,1,0"; do
22 R
--slave --args N
=$N n
=$n nc
=$nc d
=$d link
=$link weights
=$weights <accuracy.R
>out_
${n}_
${link}_
${d}_
${weights} 2>&1
28 # for n in 5000 10000 100000 500000 1000000; do
29 # for link in "logit" "probit"; do
30 # R --slave --args N=$N n=$n nc=$nc d=$d link=$link <accuracy.R >out_$n$link$d 2>&1