This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.

Fileprefix

'FilePrefix'

This argument is optional. It is a string that specifies the prefix of the output file.
If not specified, the following default names are used:

FanovaEffect(info).lena
panovaEffect(info).lena
FanovaEffect(ij).lena
panovaEffect(ij).lena

i for the i ||th|| factor and (ij) for the interaction between the i||th|| and the j||th|| factors.

Example:
<file> mega_anova_with_sub (..., 'FilePrefix', 'Pouet',...)
</file>
will produce the following output files if your design is made of two factors:
PouetF1.lena, Pouetp1.lena,
PouetF2.lena, Pouetp2.lena,
PouetF12.lena, Pouetp12.lena

Back