Skip to content

Commit

Permalink
add model
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 5, 2024
1 parent 68b3caf commit 0e0dfc7
Show file tree
Hide file tree
Showing 3 changed files with 36 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 @@ -1417,6 +1417,20 @@




#' brms_sigma_1
#'
#' Model of class brmsfit
#' @examples
#' \dontrun{
#' set.seed(123)
#' brm(bf(mpg ~ hp + (1 | cyl), sigma ~ cyl), data = mtcars, seed = 123)
#' }
"brms_sigma_1"




#' brms_mo1
#'
#' Model of class brmsfit
Expand Down
Binary file added data/brms_sigma_1.rda
Binary file not shown.
22 changes: 22 additions & 0 deletions man/brms_sigma_1.Rd

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

0 comments on commit 0e0dfc7

Please sign in to comment.