File: data.frame.R

package info (click to toggle)
nlme 3.1.89-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,060 kB
  • ctags: 262
  • sloc: ansic: 3,135; makefile: 1
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (6)
1
2
3
4
library(nlme)
subs<-rep(LETTERS[1:10],rep(3,10))
resp<-rnorm(30)
groupedData(resp~1|subs)