Skip to content

Commit 39530aa

Browse files
committed
See #1105
1 parent d544ba3 commit 39530aa

10 files changed

+36
-6
lines changed

R/1_model_parameters.R

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,17 @@ parameters <- model_parameters
438438
#' `"pseudo"`. See 'Details' in [`standardize_parameters()`].
439439
#' **Importantly**:
440440
#' - The `"refit"` method does *not* standardize categorical predictors (i.e.
441-
#' factors), which may be a different behaviour compared to other R packages
442-
#' (such as **lm.beta**) or other software packages (like SPSS). to mimic
443-
#' such behaviours, either use `standardize="basic"` or standardize the data
444-
#' with `datawizard::standardize(force=TRUE)` *before* fitting the model.
441+
#' factors), which may be a different behaviour compared to other R packages
442+
#' (such as **lm.beta**) or other software packages (like SPSS). to mimic
443+
#' such behaviours, either use `standardize="basic"` or standardize the data
444+
#' with `datawizard::standardize(force=TRUE)` *before* fitting the model.
445+
#' - By default, the response (dependent) variable is also standardized, *if
446+
#' applicable*. Set `include_response = FALSE` to avoid standardization of
447+
#' the response variable. See details in [`datawizard::standardize.default()`].
445448
#' - For mixed models, when using methods other than `"refit"`, only the fixed
446-
#' effects will be standardized.
449+
#' effects will be standardized.
447450
#' - Robust estimation (i.e., `vcov` set to a value other than `NULL`) of
448-
#' standardized parameters only works when `standardize="refit"`.
451+
#' standardized parameters only works when `standardize="refit"`.
449452
#' @param exponentiate Logical, indicating whether or not to exponentiate the
450453
#' coefficients (and related confidence intervals). This is typical for
451454
#' logistic regression, or more generally speaking, for models with log or

man/compare_parameters.Rd

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

man/model_parameters.brmsfit.Rd

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

0 commit comments

Comments
 (0)