write

fun write(out: PrintWriter, includeMCBByResponse: Boolean = true, includeOverallRankFreq: Boolean = true, includeMCBByMODAResponse: Boolean = true, includeMODAByReplication: Boolean = true)

Writes the basic asString() results to the PrintWriter.

Parameters

includeMCBByResponse

If true, the output includes an MCB analysis of each response variable. The default is true.

includeOverallRankFreq

If true, the output includes the overall rank frequencies across the alternative. The default is true.

includeMCBByMODAResponse

If true the output includes an MCB analysis of each response variable in terms of MODA value. The default is true.

includeMODAByReplication

If true, the output includes the MODA results for each replication. The default is true.


fun write(fileName: String, includeMCBByResponse: Boolean = true, includeOverallRankFreq: Boolean = true, includeMCBByMODAResponse: Boolean = true, includeMODAByReplication: Boolean = true)

Writes the basic asString() results to a file within the KSL output directory.

Parameters

includeMCBByResponse

If true, the output includes an MCB analysis of each response variable. The default is true.

includeOverallRankFreq

If true, the output includes the overall rank frequencies across the alternative. The default is true.

includeMCBByMODAResponse

If true the output includes an MCB analysis of each response variable in terms of MODA value. The default is true.

includeMODAByReplication

If true, the output includes the MODA results for each replication. The default is true.