Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 9, 2024
1 parent 1364f09 commit cb594e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/tinytest/test-datasummary_balance.R
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,11 @@ requiet("dplyr")
training <- 'https://vincentarelbundock.github.io/Rdatasets/csv/Ecdat/Treatment.csv'
training <- read.csv(training, na.strings = "")
training <- training %>%
mutate(`Earnings Before` = re75 / 1000,
dplyr::mutate(`Earnings Before` = re75 / 1000,
`Earnings After` = re78 / 1000,
Treatment = ifelse(treat == TRUE, 'Treatment', 'Control'),
Married = ifelse(married == TRUE, 'Yes', 'No')) %>%
select(`Earnings Before`,
dplyr::select(`Earnings Before`,
`Earnings After`,
Treatment,
Ethnicity = ethn,
Expand Down

0 comments on commit cb594e3

Please sign in to comment.