Confidence Intervals on Mac ttestOneS

Discuss statistics related things
Post Reply
brooksg
Posts: 1
Joined: Mon Sep 28, 2020 2:38 am

Confidence Intervals on Mac ttestOneS

Post by brooksg »

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, effectSize=FALSE,
+ ci=TRUE, ciWidth=95, desc=TRUE, plots=FALSE, miss="perAnalysis")
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Confidence Intervals on Mac ttestOneS

Post by jonathon »

try meanDiff=TRUE
Post Reply