Skip to content

Commit

Permalink
Fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbatailler committed Feb 26, 2024
1 parent ac6ef78 commit 6161c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/compute_indirect_effect_for.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#' coefficients in a linear regression, \eqn{a \times b}{a * b} is now the
#' indirect effect we wanted to compute (see the Models section).
#'
#' Thanks to the returned values of \eqn{a}{a} and {b}{b} (\eqn{b_51}{b_51}
#' and \eqn{b_64}{b_64}, see the Models section), it is now easy to compute
#' \eqn{a \times b}{a * b}. `compute_indirect_effect_for` uses the same
#' approach than the [`add_index`] function. A Monte Carlo simulation is used
#' to compute the indirect effect index (MacKinnon et al., 2004).
#' Thanks to the returned values of \eqn{a}{a} and \eqn{b}{b}
#' (\eqn{b_51}{b_51} and \eqn{b_64}{b_64}, see the Models section), it is now
#' easy to compute \eqn{a \times b}{a * b}. `compute_indirect_effect_for` uses
#' the same approach than the [`add_index`] function. A Monte Carlo simulation
#' is used to compute the indirect effect index (MacKinnon et al., 2004).
#'
#' @section Models: In a moderated mediation model, three models are used.
#' `compute_indirect_effect_for` uses the same model specification as
Expand Down
10 changes: 5 additions & 5 deletions man/compute_indirect_effect_for.Rd

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

0 comments on commit 6161c68

Please sign in to comment.