search for: sbihorel

Displaying 2 results from an estimated 2 matches for "sbihorel".

Did you mean: bihorel
2009 Jan 26
0
Help with sas.get
...n? I would really appreciate if a user experienced with this function could provide some guidance. Thank you Working environment: R 2.8.1 is installed on linux machines with the most recent version of the Hmisc package; SAS 9 runs on a Solaris based system. ### Code mypath <- "/home/sbihorel/my_documents/Testing_env/SAS_dataset_R_import" mydf <- sas.get(library=mypath,member="test") ### Error message Error in sas.get(library = mypath, member = "test") : SAS output files not found In addition: Warning message: In sas.get(library = mypath, member = "...
2007 Jun 08
1
Batch processing in Windows
Hi, I am a complete newbe to R, so the following problem will probably be trivial for most of you guys: I get an error message every time I try to run a R file directly from the DOS shell. My R file (test.R) is intended to create a basic graph and has a very simple code: x<-rep(1:10,1) y<-rep(1:10,1) plot(x,y) I am using the following command to call this file directly from the c:/