Skip to content

Commit

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



#' brms_lf_1
#'
#' Model of class brmsfit
#' @examples
#' \dontrun{
#' brms::brm(
#' bf(carb ~ gear * vs) + lf(disc ~ 0 + mo(cyl)),
#' data = mtcars,
#' family = cumulative("probit")
#' )
#' }
"brms_lf_1"



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

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

0 comments on commit 6a7fd1c

Please sign in to comment.