From 8dca98947ee873a6f2526029d86902eaf5220939 Mon Sep 17 00:00:00 2001 From: Boyd Tarlinton Date: Wed, 24 Jan 2024 17:32:19 +1000 Subject: [PATCH] update docs --- R/model_info.R | 2 +- man/model_info.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/model_info.R b/R/model_info.R index 3413b4e444..106d0350c9 100644 --- a/R/model_info.R +++ b/R/model_info.R @@ -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) #' * `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 diff --git a/man/model_info.Rd b/man/model_info.Rd index aad1e90c54..fdd9bc615f 100644 --- a/man/model_info.Rd +++ b/man/model_info.Rd @@ -53,7 +53,7 @@ is returned, where all values starting with \code{is_} are logicals. \item \code{is_hurdle}: model has zero-inflation component and is a hurdle-model (truncated family distribution) \item \code{is_dispersion}: model has dispersion component (not only dispersion \emph{parameter}) \item \code{is_mixed}: model is a mixed effects model (with random effects) -\item \code{is_multivariate}: model is a multivariate response model (currently only works for \emph{brmsfit} objects) +\item \code{is_multivariate}: model is a multivariate response model (currently only works for \emph{brmsfit} and \emph{vglm/vgam} objects) \item \code{is_trial}: model response contains additional information about the trials \item \code{is_bayesian}: model is a Bayesian model \item \code{is_gam}: model is a generalized additive model