You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Provided macros include:
28
28
29
29
*`LM`: A macro to generate code for complete linear, generalized linear, and generalized linear mixed models. The macro uses the same syntax as familiar R functions such as `lm`, `glm`, `glmer`, and `glmmTMB`.
30
30
*`LINPRED`: A macro to generate code for linear predictors using a formula-based syntax, including handling of continuous and categorical covariates and random effects.
31
-
*`PRIORS`: : A macro to generate code for prior specifications using a formula-based syntax, including handling of continuous and categorical covariates and random effects.
31
+
*`LINPRED_PRIORS`: : A macro to generate code for prior specifications using a formula-based syntax, including handling of continuous and categorical covariates and random effects.
32
32
*`FORLOOP`: A macro generating a `for` loop or nested set of `for` loops based on a bracket and index based syntax.
33
33
34
34
See the [package vignette](https://github.com/nimble-dev/nimbleMacros/blob/master/vignettes/nimbleMacros.Rmd) for more details.
0 commit comments