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
`nimbleMacros` is an R package that extends [NIMBLE](https://r-nimble.org/), an R package for hierarchical statistical modeling.
7
8
The package provides a set of model macros, which are special code chunks that NIMBLE automatically expands into larger blocks of valid NIMBLE model code.
@@ -31,4 +32,4 @@ Provided macros include:
31
32
*`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
33
*`FORLOOP`: A macro generating a `for` loop or nested set of `for` loops based on a bracket and index based syntax.
33
34
34
-
See the [package vignette](https://github.com/nimble-dev/nimbleMacros/blob/master/vignettes/nimbleMacros.Rmd) for more details.
35
+
See the [package vignette](https://cran.r-project.org/web/packages/nimbleMacros/vignettes/nimbleMacros.html) for more details.
0 commit comments