Skip to content

Commit bfbde15

Browse files
committed
docs
1 parent 273c68f commit bfbde15

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

R/estimate_means.R

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@
8282
#' permutations) within each group. This extrapolates to a hypothetical
8383
#' broader population, considering "what if" scenarios. It answers: "What is
8484
#' the predicted response for the 'average' observation in a broader possible
85-
#' target population? This approach entails more assumptions about the
85+
#' target population?" This approach entails more assumptions about the
8686
#' likelihood of different combinations, but can be more apt to generalize.
87+
#' This is also the option that should be used for **G-computation**
88+
#' (_Chatton and Rohrer 2024_).
8789
#'
8890
#' You can set a default option for the `estimate` argument via `options()`,
8991
#' e.g. `options(modelbased_estimate = "average")`
@@ -137,6 +139,11 @@
137139
#' set a default value for the `estimate` argument.
138140
#'
139141
#' @references
142+
#' Chatton, A. and Rohrer, J.M. 2024. The Causal Cookbook: Recipes for
143+
#' Propensity Scores, G-Computation, and Doubly Robust Standardization. Advances
144+
#' in Methods and Practices in Psychological Science. 2024;7(1).
145+
#' \doi{10.1177/25152459241236149}
146+
#'
140147
#' Dickerman, Barbra A., and Miguel A. Hernán. 2020. Counterfactual Prediction
141148
#' Is Not Only for Causal Inference. European Journal of Epidemiology 35 (7):
142149
#' 615–17. \doi{10.1007/s10654-020-00659-8}

man/estimate_contrasts.Rd

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

man/estimate_means.Rd

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_emmeans.Rd

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

0 commit comments

Comments
 (0)