Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ydT committed Jan 24, 2024
1 parent bc216f6 commit 8dca989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/model_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#' * `is_hurdle`: model has zero-inflation component and is a hurdle-model (truncated family distribution)
#' * `is_dispersion`: model has dispersion component (not only dispersion _parameter_)
#' * `is_mixed`: model is a mixed effects model (with random effects)
#' * `is_multivariate`: model is a multivariate response model (currently only works for _brmsfit_ objects)
#' * `is_multivariate`: model is a multivariate response model (currently only works for _brmsfit_ and _vglm/vgam_ objects)

Check warning on line 42 in R/model_info.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/model_info.R,line=42,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
#' * `is_trial`: model response contains additional information about the trials
#' * `is_bayesian`: model is a Bayesian model
#' * `is_gam`: model is a generalized additive model
Expand Down
2 changes: 1 addition & 1 deletion man/model_info.Rd

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

0 comments on commit 8dca989

Please sign in to comment.