Tagged Questions
1
vote
1answer
424 views
Sweave and Matrix
I am using xtable to generate Matrices
x1mean <- matrix(c(204.5, 556.5), 2)
x2mean <- matrix(c(130.0, 355.0), 2)
x1mmat <- xtable(x1mean, align = rep( "", ncol(x1mean) + 1) )
x2mmat <- ...
0
votes
1answer
76 views
Question mark in knitr code getting quote marks [closed]
I'm trying to use question marks in a code block using knitr, but in the compiled pdf always puts quotes around it, so, for example
<<helpCode, eval=FALSE>>=
?rnorm
@
comes out as
...
0
votes
1answer
370 views
Looping a code-chunk in LaTeX
I want to generate a report for three types of analysis I am performing. But each time when I perform the analysis it can happen that one or more than one type of analysis occur. I want to put ...
2
votes
1answer
196 views
Rstudio output in Hebrew
(Follow-up to
Making LaTeX documents with Hebrew? (in Sweave + RStudio))
Trying to reproduce the above answer, I followed these instructions without success, under Windows 7.
The best result I got ...