Thomas Hagen

Results 1 issues of Thomas Hagen

Example: dat=data.frame(IV1=rep(c(1,2,1,2,3),each=3),IV2=rep(c(1,1,2,2,2),each=3),DV=runif(5*3)) pirateplot(DV~IV1+IV2,dat) This also leads to an error if inf.method="ci". pirateplot(DV~IV1+IV2,dat,inf.method="ci")