View source: R/confidence_score_heatmap.R View source: R/confidence_score_plots.R
confidence_score_heatmap | R Documentation |
Confidence scores displayed on a colour spectrum across generated methods and assessed claims, split into predicted replication outcomes (TRUE/FALSE).
Confidence scores displayed on a colour spectrum across generated methods and assessed claims,
split into predicted replication outcomes (TRUE/FALSE). White indicative of around .5
with higher predicted
confidence scores more blue (>.5
) and lower more red (<.5
). Each predicted replication outcome is then
split into the group type of the underlying statistical characteristic for each aggregation method (non-weighted linear,
weighted linear & Bayesian).
confidence_score_heatmap(
confidence_scores = NULL,
data_outcomes = NULL,
x_label = NULL
)
confidence_score_heatmap(
confidence_scores = NULL,
data_outcomes = NULL,
x_label = NULL
)
confidence_scores |
A data frame of confidence scores generated from the aggregation methods in the form of data_confidence_scores. Defaults to data_confidence_scores if no argument supplied. |
data_outcomes |
A data frame of unique claims and the associated binary outcome in the form of data_outcomes. If no argument supplied then defaults to data_outcomes supplied within package. |
x_label |
Bottom x axis label name or ID. Default is blank. |
Plot in viewer
Plot in viewer
confidencescore_heatmap(data_confidence_scores, data_outcomes)
## Not run: confidencescore_heatmap(data_confidence_scores, data_outcomes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.