Skip to content

Commit

Permalink
Add AUTO=2 snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 10, 2024
1 parent dab416e commit cb60472
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,23 @@
],
"description": "Options when setting AUTO=1 for BAYES"
},
"BAYES_auto_2": {
"prefix": ["$ESTIMATION"],
"body": [
"\n",
"\\$ESTIMATION METHOD=BAYES INTERACTION",
" CTYPE=3 NITER=10000 NBURN=4000",
" NOPRIOR=0 CITER=10 CINTERVAL=0 CALPHA=0.05",
" IACCEPT=0.4 ISCALE_MIN=1.0E-06 ISCALE_MAX=1.0E+06",
" PACCEPT=0.5 PSCALE_MIN=0.01 PSCALE_MAX=1000",
" PSAMPLE_M1=1 PSAMPLE_M2=-1 PSAMPLE_M3=1 OSAMPLE_M1=-1",
" OSAMPLE_M2=-1 OACCEPT=0.5 ISAMPLE_M1=2 ISAMPLE_M1A=0",
" ISAMPLE_M2=2 ISAMPLE_M3=3 ISAMPLE_M1B=2 MCETA=0",
" MAPITERS=1 MCETA=100 ; to turn MAP assessment assist on the first iteration",
"\n$0"
],
"description": "Options when setting AUTO=2 for BAYES"
},
"SAEM_auto_1": {
"prefix": ["$ESTIMATION"],
"body": [
Expand All @@ -562,6 +579,20 @@
],
"description": "Options when setting AUTO=1 for SAEM"
},
"SAEM_auto_2": {
"prefix": ["$ESTIMATION"],
"body": [
"\n",
"\\$ESTIMATION METHOD=SAEM INTERACTION",
" ISAMPEND=10 NOPRIOR=1 CITER=10 CINTERVAL=0 CALPHA=0.05",
" IACCEPT=0.4 ISCALE_MIN=1.0E-06 ISCALE_MAX=1.0E+06",
" ISAMPLE_M1=2 ISAMPLE_M1A=0 ISAMPLE_M1B=2 ISAMPLE_M2=2",
" ISAMPLE_M3=2 CONSTRAIN=1 EONLY=0 ISAMPLE=2 MCETA=0",
" MAPITERS=1 MCETA=100 ; to turn MAP assessment assist on the first iteration",
"\n$0"
],
"description": "Options when setting AUTO=2 for SAEM"
},
"ITS_auto_1": {
"prefix": ["$ESTIMATION"],
"body": [
Expand All @@ -586,6 +617,20 @@
],
"description": "Options when setting AUTO=1 for IMP"
},
"IMP_auto_2": {
"prefix": ["$ESTIMATION"],
"body": [
"\n",
"\\$ESTIMATION METHOD=IMP INTERACTION",
" CTYPE=3 NITER=500 ISAMPLE=300 STDOBJ=10",
" ISAMPEND=10000 NOPRIOR=1 CITER=10 CINTERVAL=1 CALPHA=0.05",
" IACCEPT=0.0 ISCALE_MIN=0.1 ISCALE_MAX=10 DF=0 MCETA=3",
" EONLY=0 MAPITER=1 MAPINTER=-1",
" GRDQ=-1.0 DERCONT=1 RANMETHOD=3S2P",
"\n$0"
],
"description": "Options when setting AUTO=2 for IMP"
},
"IMPMAP_auto_1": {
"prefix": ["$ESTIMATION"],
"body": [
Expand Down

0 comments on commit cb60472

Please sign in to comment.