Skip to content

Commit

Permalink
add model
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 24, 2024
1 parent 6a7fd1c commit 8d63a2c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,17 @@



#' brms_mixed_9
#'
#' Model of class brmsfit
#' @examples
#' \dontrun{
#' brms::brm(mpg ~ hp + (1 | cyl), data = mtcars, seed = 123)
#' }
"brms_mixed_9"





#' brms_mo1
Expand Down
Binary file added data/brms_mixed_9.rda
Binary file not shown.
21 changes: 21 additions & 0 deletions man/brms_mixed_9.Rd

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

0 comments on commit 8d63a2c

Please sign in to comment.