briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

Individual contrast means in granova.contr.ggplot() should not be connected #32

Closed briandk closed 13 years ago

briandk commented 13 years ago

Consider the original code in granova.contr:

segments(mean(Xconss[, i][Xconss[, i] < 0]), mean(resp[Xconss[, 
        i] < 0]), mean(Xconss[, i][Xconss[, i] > 0]), mean(resp[Xconss[, 
        i] > 0]), lwd = 2, lty = 6, col = 4)