Skip to content

read.spss

3 messages · Harold Doran, Marc Schwartz, Brian Ripley

#
On Mon, 2003-06-23 at 11:15, Harold Doran wrote:
Running under Windows, you need to "escape" the backslashes, so you need
to use double backslashes:

hsb<-read.spss("C:\\HLM504_Student\\Examples\\AppendxA\\HSB1.SAV",
use.value.labels = TRUE, to.data.frame = FALSE, max.value.labels = Inf)

This is in the Windows FAQ 2.14.

HTH,

Marc Schwartz
#
The message is quite correct. See the rw-FAQ, Q2.14, or the FAQ Q7.10.
On Mon, 23 Jun 2003, Harold Doran wrote:

            
The FAQs!
use.value.labels=TRUE, to.data.frame=FALSE, max.value.labels=Inf)