resultsAsDatabase

fun resultsAsDatabase(dbName: String, dir: Path = KSL.dbDir, deleteIfExists: Boolean = true, confidenceLevel: Double = defaultLevel, delta: Double = defaultIndifferenceZone, probCS: Double = defaultLevel, context: String? = this.name, subject: String? = null): DatabaseIfc

Returns the results as a database holding MCBResultData, MCBIntervalData, MCBScreeningIntervalData, StatisticDataDb, and ObservationDataDb tables (tblMCBResults, tblStatistic, tblMCBIntervals,tblMCBScreeningIntervals, tblObservations).

Parameters

dbName

the name of the database on the disk

dir

the directory to hold the database on the disk