File: minitab.R

package info (click to toggle)
foreign 0.8.50-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,416 kB
  • sloc: ansic: 7,372; asm: 4; makefile: 1
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()