Skip to content

Commit 034f5df

Browse files
committed
docs
1 parent 22ce475 commit 034f5df

14 files changed

+250
-182
lines changed

R/1_model_parameters.R

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,22 @@
3737
#'
3838
#' @param model Statistical Model.
3939
#' @param ... Arguments passed to or from other methods. Non-documented
40-
#' arguments are `digits`, `p_digits`, `ci_digits` and `footer_digits` to set
41-
#' the number of digits for the output. If `s_value = TRUE`, the p-value will
42-
#' be replaced by the S-value in the output (cf. _Rafi and Greenland 2020_).
43-
#' `pd` adds an additional column with the _probability of direction_ (see
44-
#' [`bayestestR::p_direction()`] for details). `groups` can be used to group
45-
#' coefficients. It will be passed to the print-method, or can directly be used
46-
#' in `print()`, see documentation in [`print.parameters_model()`]. Furthermore,
47-
#' see 'Examples' in [`model_parameters.default()`]. For developers, whose
48-
#' interest mainly is to get a "tidy" data frame of model summaries, it is
49-
#' recommended to set `pretty_names = FALSE` to speed up computation of the
50-
#' summary table.
51-
#'
52-
#' @seealso [insight::standardize_names()] to
53-
#' rename columns into a consistent, standardized naming scheme.
40+
#' arguments are
41+
#' - `digits`, `p_digits`, `ci_digits` and `footer_digits` to set the number of
42+
#' digits for the output. `groups` can be used to group coefficients. These
43+
#' arguments will be passed to the print-method, or can directly be used in
44+
#' `print()`, see documentation in [`print.parameters_model()`].
45+
#' - If `s_value = TRUE`, the p-value will be replaced by the S-value in the
46+
#' output (cf. _Rafi and Greenland 2020_).
47+
#' - `pd` adds an additional column with the _probability of direction_ (see
48+
#' [`bayestestR::p_direction()`] for details). Furthermore, see 'Examples' in
49+
#' [`model_parameters.default()`].
50+
#' - For developers, whose interest mainly is to get a "tidy" data frame of
51+
#' model summaries, it is recommended to set `pretty_names = FALSE` to speed
52+
#' up computation of the summary table.
53+
#'
54+
#' @seealso [insight::standardize_names()] to rename columns into a consistent,
55+
#' standardized naming scheme.
5456
#'
5557
#' @note The [`print()`][print.parameters_model] method has several
5658
#' arguments to tweak the output. There is also a
@@ -491,18 +493,22 @@ parameters <- model_parameters
491493
#' names.
492494
#' @param ... Arguments passed to or from other methods. For instance, when
493495
#' `bootstrap = TRUE`, arguments like `type` or `parallel` are passed down to
494-
#' `bootstrap_model()`. Further non-documented arguments are `digits`,
495-
#' `p_digits`, `ci_digits` and `footer_digits` to set the number of digits for
496-
#' the output. If `s_value = TRUE`, the p-value will be replaced by the
497-
#' S-value in the output (cf. _Rafi and Greenland 2020_). `pd` adds an
498-
#' additional column with the _probability of direction_ (see
499-
#' [`bayestestR::p_direction()`] for details). `groups` can be used to group
500-
#' coefficients. It will be passed to the print-method, or can directly be
501-
#' used in `print()`, see documentation in [`print.parameters_model()`].
502-
#' Furthermore, see 'Examples' for this function. For developers, whose
503-
#' interest mainly is to get a "tidy" data frame of model summaries, it is
504-
#' recommended to set `pretty_names = FALSE` to speed up computation of the
505-
#' summary table.
496+
#' `bootstrap_model()`.
497+
#'
498+
#' Further non-documented arguments are:
499+
#'
500+
#' - `digits`, `p_digits`, `ci_digits` and `footer_digits` to set the number of
501+
#' digits for the output. `groups` can be used to group coefficients. These
502+
#' arguments will be passed to the print-method, or can directly be used in
503+
#' `print()`, see documentation in [`print.parameters_model()`].
504+
#' - If `s_value = TRUE`, the p-value will be replaced by the S-value in the
505+
#' output (cf. _Rafi and Greenland 2020_).
506+
#' - `pd` adds an additional column with the _probability of direction_ (see
507+
#' [`bayestestR::p_direction()`] for details). urthermore, see 'Examples' for
508+
#' this function.
509+
#' - For developers, whose interest mainly is to get a "tidy" data frame of
510+
#' model summaries, it is recommended to set `pretty_names = FALSE` to speed
511+
#' up computation of the summary table.
506512
#' @param drop See `keep`.
507513
#' @param verbose Toggle warnings and messages.
508514
#' @inheritParams standard_error

R/methods_lme4.R

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,22 @@
3434
#' or omit calculation of confidence intervals.
3535
#' @param ... Arguments passed to or from other methods. For instance, when
3636
#' `bootstrap = TRUE`, arguments like `type` or `parallel` are passed down to
37-
#' `bootstrap_model()`. Further non-documented arguments are `digits`,
38-
#' `p_digits`, `ci_digits` and `footer_digits` to set the number of digits for
39-
#' the output. If `s_value = TRUE`, the p-value will be replaced by the
40-
#' S-value in the output (cf. _Rafi and Greenland 2020_). `pd` adds an
41-
#' additional column with the _probability of direction_ (see
42-
#' [`bayestestR::p_direction()`] for details). `groups` can be used to group
43-
#' coefficients. It will be passed to the print-method, or can directly be
44-
#' used in `print()`, see documentation in [`print.parameters_model()`].
45-
#' Furthermore, see 'Examples' in [`model_parameters.default()`]. For
46-
#' developers, whose interest mainly is to get a "tidy" data frame of model
47-
#' summaries, it is recommended to set `pretty_names = FALSE` to speed up
48-
#' computation of the summary table.
37+
#' `bootstrap_model()`.
38+
#'
39+
#' Further non-documented arguments are:
40+
#'
41+
#' - `digits`, `p_digits`, `ci_digits` and `footer_digits` to set the number of
42+
#' digits for the output. `groups` can be used to group coefficients. These
43+
#' arguments will be passed to the print-method, or can directly be used in
44+
#' `print()`, see documentation in [`print.parameters_model()`].
45+
#' - If `s_value = TRUE`, the p-value will be replaced by the S-value in the
46+
#' output (cf. _Rafi and Greenland 2020_).
47+
#' - `pd` adds an additional column with the _probability of direction_ (see
48+
#' [`bayestestR::p_direction()`] for details). urthermore, see 'Examples' for
49+
#' this function.
50+
#' - For developers, whose interest mainly is to get a "tidy" data frame of
51+
#' model summaries, it is recommended to set `pretty_names = FALSE` to speed
52+
#' up computation of the summary table.
4953
#'
5054
#' @inheritParams model_parameters.default
5155
#' @inheritParams model_parameters.stanreg

man/model_parameters.Rd

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

man/model_parameters.averaging.Rd

Lines changed: 17 additions & 12 deletions
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: 17 additions & 12 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: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.glht.Rd

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

man/model_parameters.htest.Rd

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

0 commit comments

Comments
 (0)