Skip to content

Commit

Permalink
path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Jan 10, 2024
1 parent 09a2389 commit fdd3f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinkCausal/R/mod_learn_colinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mod_learn_colinearity_server <- function(id, id_parent = 'learn_variable_selecti
ns <- session$ns
#ns <- NS(NS(id_parent)(id))

dat <- readr::read_csv('inst/extdata/colinearity.csv')
dat <- readr::read_csv(app_sys('extdata/colinearity.csv'))
dat$ITE <- with(dat, Y1 - Y0)
dat$runner <- 1:500
dat <- dat %>% dplyr::select(runner, dplyr::everything())
Expand Down

0 comments on commit fdd3f57

Please sign in to comment.