Chapter 7 OR analysis Excel output
7.2 Introduction
This chapter illustrates significance testing using the OR method. But, instead of the perhaps unwieldy output in Chapter 6, it generates an Excel output file containing the following worksheets:
Summary
FOMs
ANOVA
RRRC
FRRC
RRFC
7.3 Generating the Excel output file
This illustrates the UtilOutputReport()
function. The arguments are the embedded dataset, dataset03
, the same dataset as in the previous two chapters, the report file base name ReportFileBaseName
is set to R/quick-start/MyResults
, the report file extension ReportFileExt
is set to xlsx
, the FOM
is set to “Wilcoxon”, the method
of analysis is set to “OR”, and the flag overWrite = TRUE
overwrites any existing file with the same name, as otherwise the program will pause for user input.