"Shoultz, Gerald" <[EMAIL PROTECTED]> writes:

> I have downloaded R--no problem there. Unfortunately, I have run into a
> second problem.
> 
> I am trying to use read.ssd and then read.xport (to get a SAS data set).
> I have imported the package "foreign" according to instructions (
> options(CRAN="http://cran.us.r-project.org/";) and
> install.packages("foreign") ), but when I do so and then use either
> read.ssd or read.xport I get the message 'couldn't find function . . .'.
> Obviously these two directions are not getting the file installed
> properly. Is there something I have overlooked somewhere? Please advise.

I suspect you forgot to do

library(foreign)

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to