Displaying 1 result from an estimated 1 matches for "doanova".
Did you mean:
anova
2004 Apr 27
0
SWeave, R and backslash
...e is the overall rnw file that may call a number of tex
files (also produced via SWeave) using \include. Let's say that an anova
analysis is requested, then SWeave runs on anaova.rnw and an string is set
that will be used by SWeave so that it includes the file.
My first shot at this string was DoAnova <- "\include{anova}" of they want
that analysis and DoAnova <- "" if not. Of course, this didn't work since
SWeave gets the text include{anova}. So, I've tried DoAnova <-
"\\include{anova}" and DoAnova <- "\!\include{anova}" to no avail....