Rev 7039 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
library(nlme) subs <- rep(LETTERS[1:10],rep(3,10)) set.seed(101)# make reproducible resp <- rnorm(30) groupedData(resp ~ 1|subs)
library(nlme)
subs <- rep(LETTERS[1:10],rep(3,10))
set.seed(101)# make reproducible
resp <- rnorm(30)
groupedData(resp ~ 1|subs)