Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Apr 9, 2024
1 parent 98d5fcc commit ee336cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinkCausal/R/fct_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param rct a logical TRUE is completely randomized design FALSE otherwise
#' @return an object of class "bartcFit"
#' @noRd
fit_bart <- function(.data, .weights, ran_eff, .estimand, random){
fit_bart <- function(.data, .weights, ran_eff, .estimand, rct){
ind <- max(3, 3 + length(.weights) + length(ran_eff))
if(rlang::is_null(.weights)){
tryCatch({
Expand Down

0 comments on commit ee336cb

Please sign in to comment.