Keon-Woong Moon

Results 1 comments of Keon-Woong Moon

This is reproducible example ``` data(mtcars) dabest(mtcars,am,mpg,idx=c("0","1")) %>% mean_diff() # No error mtcars$mpg[1:10]=NA dabest(mtcars,am,mpg,idx=c("0","1")) %>% mean_diff() # error ```