|
37 | 37 | #' |
38 | 38 | #' @param model Statistical Model. |
39 | 39 | #' @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. |
54 | 56 | #' |
55 | 57 | #' @note The [`print()`][print.parameters_model] method has several |
56 | 58 | #' arguments to tweak the output. There is also a |
@@ -491,18 +493,22 @@ parameters <- model_parameters |
491 | 493 | #' names. |
492 | 494 | #' @param ... Arguments passed to or from other methods. For instance, when |
493 | 495 | #' `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. |
506 | 512 | #' @param drop See `keep`. |
507 | 513 | #' @param verbose Toggle warnings and messages. |
508 | 514 | #' @inheritParams standard_error |
|
0 commit comments