Displaying 1 result from an estimated 1 matches for "anaova".
Did you mean:
ananova
2004 Apr 27
0
SWeave, R and backslash
...,
they can select one or more analyses.
There are multiple rnw files that make up the final documents for
typesetting. There 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}....