Skip to content

Instantly share code, notes, and snippets.

@briandk
Created September 2, 2011 18:52
Show Gist options
  • Save briandk/1189484 to your computer and use it in GitHub Desktop.
Save briandk/1189484 to your computer and use it in GitHub Desktop.
Comparing F < 1 and F > 1 in granovaGG
set.seed(1001)
library(granovaGG)
data(arousal)
# Red boxes for F < 1
granovagg.1w(rnorm(100,10,2),rep(1:4,ea=25), main = "Random Data with F < 1")
# Blue boxes for F > 1
granovagg.1w(chickwts$weight, group = chickwts$feed, main = "Chickwts Data with F > 1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment