Skip to content

Commit 0c6b89d

Browse files
committed
fix docs ref
1 parent 0d31d83 commit 0c6b89d

9 files changed

+26
-27
lines changed

R/1_model_parameters.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' **scam**, **VGAM**, `Gam` (although the output of `Gam` is more Anova-alike),
1414
#' `gamm`, ...
1515
#' - [ANOVA][model_parameters.aov()]: **afex**, `aov`, `anova`, `Gam`, ...
16-
#' - [Bayesian][model_parameters.stanreg()]: **BayesFactor**, **blavaan**, **brms**,
16+
#' - [Bayesian][model_parameters.brmsfit()]: **BayesFactor**, **blavaan**, **brms**,
1717
#' **MCMCglmm**, **posterior**, **rstanarm**, `bayesQR`, `bcplm`, `BGGM`, `blmrm`,
1818
#' `blrm`, `mcmc.list`, `MCMCglmm`, ...
1919
#' - [Clustering][model_parameters.hclust()]: **hclust**, **kmeans**, **mclust**, **pam**, ...
@@ -426,10 +426,9 @@ parameters <- model_parameters
426426
#'
427427
#' @param model Model object.
428428
#' @param ci Confidence Interval (CI) level. Default to `0.95` (`95%`).
429-
#' @param bootstrap Should estimates be based on bootstrapped model? If
430-
#' `TRUE`, then arguments of [Bayesian
431-
#' regressions][model_parameters.stanreg] apply (see also
432-
#' [`bootstrap_parameters()`]).
429+
#' @param bootstrap Should estimates be based on bootstrapped model? If `TRUE`,
430+
#' then arguments of [Bayesian regressions][model_parameters.brmsfit] apply
431+
#' (see also [`bootstrap_parameters()`]).
433432
#' @param iterations The number of bootstrap replicates. This only apply in the
434433
#' case of bootstrapped frequentist models.
435434
#' @param standardize The method used for standardizing the parameters. Can be

man/model_parameters.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.cgam.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.default.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.glimML.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.glmmTMB.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.mlm.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.rma.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.zcpglm.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)