Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2024
1 parent dc7ada7 commit 1b19fb4
Show file tree
Hide file tree
Showing 14 changed files with 140 additions and 112 deletions.
18 changes: 10 additions & 8 deletions R/1_model_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,14 +446,16 @@ parameters <- model_parameters
#' coefficients (and related confidence intervals). This is typical for
#' logistic regression, or more generally speaking, for models with log or
#' logit links. It is also recommended to use `exponentiate = TRUE` for models
#' with log-transformed response values. **Note:** Delta-method standard
#' errors are also computed (by multiplying the standard errors by the
#' transformed coefficients). This is to mimic behaviour of other software
#' packages, such as Stata, but these standard errors poorly estimate
#' uncertainty for the transformed coefficient. The transformed confidence
#' interval more clearly captures this uncertainty. For `compare_parameters()`,
#' `exponentiate = "nongaussian"` will only exponentiate coefficients from
#' non-Gaussian families.
#' with log-transformed response values. For models with a log-transformed
#' response variable, when `exponentiate = TRUE`, a one-unit increase in the
#' predictor is associated with multiplying the outcome by that predictor's
#' coefficient. **Note:** Delta-method standard errors are also computed (by
#' multiplying the standard errors by the transformed coefficients). This is
#' to mimic behaviour of other software packages, such as Stata, but these
#' standard errors poorly estimate uncertainty for the transformed
#' coefficient. The transformed confidence interval more clearly captures this
#' uncertainty. For `compare_parameters()`, `exponentiate = "nongaussian"`
#' will only exponentiate coefficients from non-Gaussian families.
#' @param p_adjust Character vector, if not `NULL`, indicates the method to
#' adjust p-values. See [`stats::p.adjust()`] for details. Further
#' possible adjustment methods are `"tukey"`, `"scheffe"`,
Expand Down
18 changes: 10 additions & 8 deletions man/compare_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.averaging.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.cgam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.default.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.glht.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.merMod.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.mira.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.mlm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.rma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions man/model_parameters.stanreg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b19fb4

Please sign in to comment.