You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/plot_ATE.R
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,8 @@ plot_PATE <- function(.model, type = c('histogram', 'density'), ci_80 = FALSE, c
322
322
#' @param reference numeric. Show a vertical reference line at this x-axis value
323
323
#' @param .mean TRUE/FALSE. Show the mean reference line
324
324
#' @param .median TRUE/FALSE. Show the median reference line
325
-
#' @param view_overlap enter overlap rules to view how different bartCause removal rules would have influenced results. If set to an argument other than NULL the common support rule of your bartCause model is automatically included.
325
+
#' @param check_overlap TRUE/FALSE. Check if any overlap rules are applicable
326
+
#' @param overlap_rule enter overlap rules to view how different bartCause removal rules would have influenced results. Only applicable if check_overlap is TRUE.
326
327
#'
327
328
#' @author George Perrett, Joseph Marlo
328
329
#'
@@ -342,14 +343,19 @@ plot_PATE <- function(.model, type = c('histogram', 'density'), ci_80 = FALSE, c