# NOT RUN {
# lower tail
infer_os_var_test(mtcars, mpg, 5, alternative = 'less')
# upper tail
infer_os_var_test(mtcars, mpg, 5, alternative = 'greater')
# both tails
infer_os_var_test(mtcars, mpg, 5, alternative = 'both')
# all tails
infer_os_var_test(mtcars, mpg, 5, alternative = 'all')
# }
Run the code above in your browser using DataLab