Displaying 2 results from an estimated 2 matches for "0various".
Did you mean:
various
2009 Jan 28
0
Sweave problem with greek text
Dear Sweave and R aficionados,
I am using R and Latex for many years, writing texts in greek. I tried
to combine them with Sweave, but without any success.
Could you provide me with any help?
Usually my LaTeX files are like this iso-8859-7 encoded .tex file:
http://costis.name/0various/lists/R/sweave/successful.greek.tex ,
which happily produces
http://costis.name/0various/lists/R/sweave/successful.greek.pdf .
I tried using Sweave on the iso-8859-7 encoded .Rnw file:
http://costis.name/0various/lists/R/sweave/unsuccessful.sweave.Rnw ,
but I am getting misencoded greek text and a...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems