ESAModel | R Documentation |
Title: ESAModel Author: Edmund Haacke Date created: 22.09.2021 Date modified: 22.09.2021 Changelog: - 22.09.21: file created. Description:
Title: ESAModel Author: Edmund Haacke Date created: 22.09.2021 Date modified: 22.09.2021 Changelog: - 22.09.21: file created. Description:
new()
ESAModel$new( ESAEDAggregated, model.type = c("poisfe", "olsfe"), bedOccupancy = NULL, slotVars = NULL, nonSlotVars = NULL, fixedEffects = NULL, printSummary = FALSE, withAME = FALSE )
runScenario()
ESAModel$runScenario(scenario)
results.slot.avg()
ESAModel$results.slot.avg(sig = 0.1, min.slot.sig = 3)
getResults()
ESAModel$getResults( sig = 0.1, min.slot.sig = 3, useSampleAvgs = TRUE, from = "max", to = "mean" )
getCoefficientPlots()
ESAModel$getCoefficientPlots(exclusions = NULL)
getBedOccupancyPlots()
ESAModel$getBedOccupancyPlots( sig = 0.1, min.slot.sig = 3, useSampleAvgs = TRUE, groupSize = 5, reverse = FALSE )
getRegressionDatasets()
ESAModel$getRegressionDatasets()
getSampleAvgs()
ESAModel$getSampleAvgs(bo = TRUE)
getRegressionTable()
ESAModel$getRegressionTable(exclusions = NULL)
getAMEs()
ESAModel$getAMEs()
clone()
The objects of this class are cloneable with this method.
ESAModel$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.