View source: R/04-modelSummary.R
getResultStatistics | R Documentation |
Get results statistics from ReSources model object
getResultStatistics(
parameters,
userEstimates,
fruitsObj,
statistics = NULL,
DT = TRUE,
agg = TRUE,
bins = FALSE
)
parameters |
parameters object of ReSources model object |
userEstimates |
userEstimateSamples object of ReSources model object |
fruitsObj |
object of class fruits: input data |
statistics |
character vector only if agg = TRUE, compute aggregate statistics, use R functions such as mean or sd |
DT |
boolean export as data table |
agg |
boolean aggregate data by statistcs |
bins |
boolean quantile bins 0-100% |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.