Skip to content

Commit

Permalink
Add MU-referencing snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 6, 2024
1 parent 60caa40 commit fdac167
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@
],
"description": "A 3-way mixture model."
},
"MU referencing": {
"prefix": ["mu_reference"],
"body": [
"\n",
"MU_$1 = THETA($2) ; use theta on log-scale, not log(thetha)",
"TV$3 = MU_$4 + ETA($5)",
"\n$0"
],
"description": "MU referencing\n"
},
"Baseline B1": {
"prefix": ["baseline_b1"],
"body": [
Expand Down

0 comments on commit fdac167

Please sign in to comment.