Skip to content

Commit

Permalink
feat: add age-varying normal model av_normal
Browse files Browse the repository at this point in the history
- Update `R/stanmodels.R`
  • Loading branch information
ntorresd committed May 10, 2024
1 parent 56f9a42 commit e115f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/stanmodels.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Generated by rstantools. Do not edit by hand.

# names of stan models
stanmodels <- c("constant", "tv_normal", "tv_normal_log")
stanmodels <- c("av_normal", "constant", "tv_normal", "tv_normal_log")

# load each stan module
Rcpp::loadModule("stan_fit4av_normal_mod", what = TRUE)
Rcpp::loadModule("stan_fit4constant_mod", what = TRUE)
Rcpp::loadModule("stan_fit4tv_normal_mod", what = TRUE)
Rcpp::loadModule("stan_fit4tv_normal_log_mod", what = TRUE)
Expand Down

0 comments on commit e115f92

Please sign in to comment.