resultsToCSV

fun resultsToCSV(fileName: String = name.replace(" ", "_") + ".csv", directory: Path = model.outputDirectory.csvDir, coded: Boolean = false)

Writes the results to a csv formatted file

(exp_name, rep_id, factor1, factor2, ..., factorN, responseName1, responseName2, ...)

where the values in the response name columns have the value of the response for the named experiments and the replication id (number) for the value.

Parameters

coded

indicates if the points should be coded, the default is false