search for: textlatin

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

2009 Jan 28
0
Sweave problem with greek text
...les: * unsuccessful.sweave.Rnw * unsuccessful.sweave.tex * successful.greek.tex ######################## unsuccessful.sweave.Rnw ######################## \documentclass[a4paper,12pt]{book} \usepackage[greek]{babel} \usepackage[iso-8859-7]{inputenc} % \usepackage{kerkis} \begin{document} \section{\textlatin{Sweave}} \subsection{\textlatin{in Greek}} ???? ???, ???? ????? ????????. <<>>= data(airquality) library(ctest) kruskal.test(Ozone ~ Month, data = airquality) @ \subsection{\textlatin{in English}} \textlatin{Hello to all, now I am writing in English.} \end{document} ################...
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