Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 7, 2024
1 parent 37b4135 commit 11dac1f
Show file tree
Hide file tree
Showing 19 changed files with 239 additions and 132 deletions.
20 changes: 11 additions & 9 deletions R/find_parameters_mfx.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
#' models with zero-inflated and/or dispersion formula, or to models with
#' instrumental variables (so called fixed-effects regressions), or models with
#' marginal effects from **mfx**. See details in section _Model Components_ .May
#' be abbreviated. Note that the *conditional* component is also called *count*
#' or *mean* component, depending on the model. There are three convenient
#' shortcuts: `component = "all"` returns all possible parameters. If `component
#' = "location"`, location parameters such as `conditional`, `zero_inflated`,
#' `smooth_terms`, or `instruments` are returned (everything that are fixed or
#' random effects - depending on the `effects` argument - but no auxiliary
#' parameters). For `component = "distributional"` (or `"auxiliary"`),
#' components like `sigma`, `dispersion`, `beta` or `precision` (and other
#' auxiliary parameters) are returned.
#' be abbreviated. Note that the *conditional* component also refers to the
#' *count* or *mean* component - names may differ, depending on the modeling
#' package. There are three convenient shortcuts:
#' - `component = "all"` returns all possible parameters.
#' - If `component = "location"`, location parameters such as `conditional`,
#' `zero_inflated`, `smooth_terms`, or `instruments` are returned (everything
#' that are fixed or random effects - depending on the `effects` argument -
#' but no auxiliary parameters).
#' - For `component = "distributional"` (or `"auxiliary"`), components like
#' `sigma`, `dispersion`, `beta` or `precision` (and other auxiliary
#' parameters) are returned.
#' @param ... Currently not used.
#' @inheritParams find_parameters
#' @inheritParams find_predictors
Expand Down
15 changes: 10 additions & 5 deletions R/find_predictors.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@
#' **Special models**
#'
#' Some model classes also allow rather uncommon options. These are:
#' - `mhurdle`: `"infrequent_purchase"`, `"ip"`, and `"auxiliary"`
#' - `BGGM`: `"correlation"` and `"intercept"`
#' - `BFBayesFactor`, `glmx`: `"extra"`
#' - `averaging`:`"conditional"` and `"full"`
#' - `mjoint`: `"survival"`
#' - **mhurdle**: `"infrequent_purchase"`, `"ip"`, and `"auxiliary"`
#' - **BGGM**: `"correlation"` and `"intercept"`
#' - **BFBayesFactor**, **glmx**: `"extra"`
#' - **averaging**:`"conditional"` and `"full"`
#' - **mjoint**: `"survival"`
#' - **mfx**: `"precision"`, `"marginal"`
#'
#' For models of class `brmsfit` (package **brms**), `component`, even more
#' options are possible for the `component` argument, which are not all
#' documented in detail here.
#'
#' @section Parameters, Variables, Predictors and Terms:
#' There are four functions that return information about the variables in a
Expand Down
21 changes: 13 additions & 8 deletions man/find_parameters.BGGM.Rd

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

15 changes: 10 additions & 5 deletions man/find_parameters.Rd

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

21 changes: 13 additions & 8 deletions man/find_parameters.averaging.Rd

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

36 changes: 23 additions & 13 deletions man/find_parameters.betamfx.Rd

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

21 changes: 13 additions & 8 deletions man/find_parameters.gamlss.Rd

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

15 changes: 10 additions & 5 deletions man/find_parameters.glmmTMB.Rd

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

36 changes: 23 additions & 13 deletions man/find_parameters.zeroinfl.Rd

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

15 changes: 10 additions & 5 deletions man/find_predictors.Rd

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

15 changes: 10 additions & 5 deletions man/find_variables.Rd

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

15 changes: 10 additions & 5 deletions man/get_data.Rd

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

Loading

0 comments on commit 11dac1f

Please sign in to comment.