Displaying 3 results from an estimated 3 matches for "jrara".
Did you mean:
jara
2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
...######
> library(foreign)
> sashome <- "C:/Program Files/SAS Institute/SAS/V8"
> folder_for_datafiles <- "M:/sasuser"
> read.ssd(folder_for_datafiles, "testfile", sascmd=file.path(sashome, "sas.exe"))
SAS failed. SAS program at
C:\DOCUME~1\jrara\LOCALS~1\Temp\RtmpAAxO3X\file41bb5af1.sas
The log file will be file41bb5af1.log in the current directory
NULL
Warning message:
In read.ssd(folder_for_datafiles, "testfile", sascmd = file.path(sashome, :
SAS return code was 2
>
##################################
This temporary SAS f...
2010 Jan 29
1
How to convert timestamps?
I have timestamps from mysql database:
> dput(tstamp)
c(1225221868L, 1225221906L, 1225221906L, 1225230997L, 1225231000L,
1225231003L, 1225231152L, 1225231348L, 1225231351L, 1225231400L
)
How to convert these into normal dates?
Thanks,
jrara
2009 Sep 28
1
Sweave, TEXINPUTS problem
Hi,
I'm trying to use Sweave in my .tex-documents using
\usepackage{Sweave}
notation. I have this line in my .bash_profile
export TEXINPUT=.:/Users/jrara/Library/Frameworks/R.framework/Resources/share/texmf:$TEXINPUTS
When trying to typeset this .tex document, I get an error message saying
ERROR: LaTeX Error: File `Sweave.sty' not found.
I tried to google this problem but could not find a solution.
-Johannes
> sessionInfo()
R version 2.9...