Skip to content

Commit bfe5f25

Browse files
committed
Update README
1 parent f3182ab commit bfe5f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Provided macros include:
2828

2929
* `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`.
3030
* `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.
3232
* `FORLOOP`: A macro generating a `for` loop or nested set of `for` loops based on a bracket and index based syntax.
3333

3434
See the [package vignette](https://github.com/nimble-dev/nimbleMacros/blob/master/vignettes/nimbleMacros.Rmd) for more details.

0 commit comments

Comments
 (0)