desc.report {monobinShiny} | R Documentation |
Descriptive statistics report
Description
Descriptive statistics report
Usage
desc.report(target, rf, sc, sc.method, db)
Arguments
target |
Selected target. |
rf |
Vector of a selected numeric risk factors. |
sc |
Numeric vector of special case values. |
sc.method |
Define how special cases will be treated, all together or in separate bins. |
db |
Data frame of target and numeric risk factors. |
Value
Returns a data frame with descriptive statistics for the selected risk drivers.
Examples
if (interactive()) {
srv$desc.stat <- withProgress(message = "Running descriptive statistics report",
value = 0, {
desc.report(target = "qual",
rf = rf,
sc = sc,
sc.method = sc.method,
db = isolate(rv$db))
})
}
[Package monobinShiny version 0.1.0 Index]