Search found 1 match

by brooksg
Mon Sep 28, 2020 2:43 am
Forum: Statistics
Topic: Confidence Intervals on Mac ttestOneS
Replies: 1
Views: 5185

Confidence Intervals on Mac ttestOneS

My students are not getting the Lower and Upper Confidence Interval results from ttestOneS on their Macs that I get in Windows with this command:
jmv::ttestOneS(data=as.data.frame(df), vars=vars("dv"),
+ students=TRUE, bf=FALSE, testValue=0, hypothesis="dt",
+ norm=FALSE, qq=TRUE, meanDiff=FALSE ...