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 6161c68 commit a2afcfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/mdt_simple.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#'
#' with \eqn{c} the total effect of \eqn{X} on \eqn{Y}, \eqn{c'} the direct of
#' \eqn{X} on \eqn{Y}, and \eqn{ab} the indirect effect of \eqn{X} on \eqn{Y}
#' through {M} (see Models section).
#' through \eqn{M} (see Models section).
#'
#' To assess whether the indirect effect is different from the null, one has
#' to assess the significance against the null for both \eqn{a} (the effect of
Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/within_details.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#'
#' with \eqn{c} the total effect of \eqn{X} on \eqn{Y}, \eqn{c'} the direct of
#' \eqn{X} on \eqn{Y}, and \eqn{ab} the indirect effect of \eqn{X} on \eqn{Y}
#' through {M} (see Models section).
#' through \eqn{M} (see Models section).
#'
#' To assess whether the indirect effect is different from the null, one has
#' to assess the significance against the null for both \eqn{a} (the effect of
Expand Down
2 changes: 1 addition & 1 deletion man/mdt_simple.Rd

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

2 changes: 1 addition & 1 deletion man/mdt_within.Rd

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

2 changes: 1 addition & 1 deletion man/mdt_within_wide.Rd

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

0 comments on commit a2afcfd

Please sign in to comment.