############################################## # # ex6_prep.R GRaab July 05 # # This file in d:/aprojects/peas/web/exemp6datafiles/pre-processing # # Assume that R is first started from this directory and # this file sourced into R # # data stored in d:/aprojects/peas/web/ex6datafiles/data/ex6.Rdata # # system must download and install the foreign library # ############################################## library(foreign) shs<-read.xport("../data/ex6spss.xpt") #save.image("C:/Documents and Settings/gillian raab/My Documents/aprojects/peas/web/ex6/ex6.RData") #save.image("f:/peasnew/ex6datafiles/ex6.RData")