View source: R/sim_metrics_signif.R
get_p_value | R Documentation |
Compute p-value against null distribution
get_p_value(nulls, m, n, statistic, metric_name = "average_precision")
nulls |
Null distribution data frame |
m |
Number of positive examples |
n |
Number of negative examples |
statistic |
statistic for which to compute p-value |
metric_name |
name of metric. Only |
p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.