View source: R/dCVnet_performance.R
report_performance_summary | R Documentation |
extracts performance from a dCVnet object
calculates classification statistics and
provides a summary of
mean
,
sd
,
min
, and max
report_performance_summary(
dCVnet_object,
short = FALSE,
somersD = FALSE,
pvprevalence = "observed"
)
dCVnet_object |
result from a call to |
short |
(bool) return a core set of performance measures. |
somersD |
(bool) calculate the computationally expensive Somers' D for certain families (gaussian, poisson) |
pvprevalence |
allows calculation of PPV/NPV at different prevalences. set to "observed" to use the prevalence of the data. For binomial data use a single value, for multinomial use a named vector of prevalences with names as per the levels of y. Note: does not affect the presented prevalence value in the table. |
a data.frame of summarised and raw performance statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.