File: minitab.R

package info (click to toggle)
foreign 0.8.17-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,440 kB
  • ctags: 675
  • sloc: ansic: 7,003; sh: 24; makefile: 6; asm: 4
file content (7 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
library(foreign)
ex1.51 <- read.mtp("ex1-51.mtp")
summary(ex1.51)
str(ex1.51)
ex1.51 <- data.frame(ex1.51)
summary(ex1.51)
q()