View source: R/UtilOutputReport.R
| UtilOutputReport | R Documentation | 
Generates a formatted report of the analysis and saves it to a text or an Excel file
UtilOutputReport( dataset, ReportFileBaseName = NULL, ReportFileExt = "txt", method = "DBM", FOM, alpha = 0.05, covEstMethod = "jackknife", nBoots = 200, sequentialNames = FALSE, overWrite = FALSE, analysisOption = "ALL" )
| dataset | The dataset object to be analyzed (not the file name), 
see  | 
| ReportFileBaseName | The report file (with extension  | 
| ReportFileExt | The report file extension determines the type of output. 
 | 
| method | The significance testing method,  | 
| FOM | The figure of merit; see  | 
| alpha | See  | 
| covEstMethod | See  | 
| nBoots | See  | 
| sequentialNames | A logical variable: if  | 
| overWrite | A  | 
| analysisOption | "RRRC", "FRRC", "RRFC or "ALL"; see  | 
A formatted report of the data analysis is written to the output file in either text or Excel format.
StResult The object returned by StSignificanceTesting.
 # text output is created in a temporary file
UtilOutputReport(dataset03, FOM = "Wilcoxon")
# Excel output is created in a temporary file
UtilOutputReport(dataset03, FOM = "Wilcoxon", ReportFileExt = "xlsx") 
       
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.