Skip to content

Commit

Permalink
add model
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 3, 2024
1 parent 8d63a2c commit 5788f19
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,20 @@
#' }
"stanreg_merMod_5"

#' stanreg_merMod_6
#'
#' Model of class stanreg
#' @examples
#' \dontrun{
#' stan_glmer(
#' Reaction ~ Days + (1 + Days | Subject),
#' data = lme4::sleepstudy, chains = 2, cores = 1
#' seed = 12345, iter = 500, refresh = 0
#' )
#' }
"stanreg_merMod_6"





Expand Down
Binary file added data/stanreg_merMod_6.rda
Binary file not shown.
25 changes: 25 additions & 0 deletions man/stanreg_merMod_6.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5788f19

Please sign in to comment.