Usage
write.fit(fit, results=NULL, file, digits=3, adjust="none", method="separate",
F.adjust="none", sep="\t", ...)
Arguments
fit
object of class MArrayLM
containing the results of a linear model fit
results
object of class TestResults
file
character string giving name of file
digits
integer indicating precision to be used
adjust
character string specifying multiple-testing adjustment method for the t-statistic P-values, e.g., "BH"
. See p.adjust
for the available options. If NULL
or "none"
then the P-values are not adjusted. method
character string, should the P-value adjustment be "global"
or "separate"
for each contrast.
F.adjust
character string specifying adjustment method for the F-statistic P-values.
sep
the field separator string. Values in the output file will be separated by this string.
...
other arguments are passed to write.table