Skip to content

Commit

Permalink
Update snippets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 10, 2024
1 parent 742ecd0 commit 3b99d2f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,16 +491,18 @@
"Xpose TABLEs": {
"prefix": ["$TABLE"],
"body": [
"; In addition to the requested items, NONMEM adds by default: DV, PRED, RES, WRES",
"If you do not want these additional items, add NOAPPEND to the $TABLE record.",
"; In addition to the requested items, NONMEM adds by default: DV, PRED, RES, WRES.",
"; If you do not want these additional items, add NOAPPEND to the $TABLE record.",
"; Strictly, only sdtab* is needed for basic goodness-of-fit functionality,",
"; but patab*, cotab* and catab* are recommended to get full benefit from Xpose.",
"",
"\\$TABLE ID TIME EVID MDV IPRED IRES IWRES CWRES",
"NOPRINT ONEHEADER FILE=sdtab$1 ; Standard table file",
"",
"\\$TABLE ID CL V ETAS(1:LAST)",
"\\$TABLE ID CL V KA ETAS(1:LAST)",
"NOPRINT ONEHEADER FILE=patab$2 ; Model parameters - THETAs, ETAs and EPSes",
"",
"\\$TABLE ID WT AGE",
"\\$TABLE ID AGE WT",
"NOPRINT ONEHEADER FILE=cotab$3 ; Continuous covariates",
"",
"\\$TABLE ID SEX",
Expand Down

0 comments on commit 3b99d2f

Please sign in to comment.