data('ToothGrowth')
ttestOneS(ToothGrowth, vars = c('len', 'dose'))
#
# One Sample T-Test
#
# One Sample T-Test
# ------------------------------------------------------
# statistic df p
# ------------------------------------------------------
# len Student's t 19.1 59.0 < .001
# dose Student's t 14.4 59.0 < .001
# ------------------------------------------------------
#
Run the code above in your browser using DataLab