# NOT RUN {
data(reactiontimes)
data(grouping)
rt <- reactiontimes$rt
subject <- reactiontimes$subId
block_type <- reactiontimes$block_type
trial_num <- reactiontimes$trial_num
block_order <- "reverse"
# }
# NOT RUN {
results <- logratio(rt=rt, subject=subject, block_type=block_type, trial_num=trial_num,
group=grouping, block_order=block_order, trace=TRUE)
femaleRatioLog<-results$`0`
maleRatioLog<-results$`1`
two.sample.var(femaleRatioLog,maleRatioLog,alternative="two.sided",
scale.option="Levene.Med.0",scale.adj=TRUE,paired=FALSE)
Bonett.Seier.test(femaleRatioLog,maleRatioLog,alternative="two.sided")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab