BayesianReasoning (version 0.3.2)

.get_point_ppv_npv: .get_point_ppv_npv

Description

Get PPV or NPV for the overlay

Usage

.get_point_ppv_npv(
  PPV_melted,
  PPV_NPV = "PPV",
  Sensitivity,
  overlay_prevalence_1,
  overlay_prevalence_2,
  overlay_labels,
  overlay_position_FP,
  overlay_position_FN,
  point_Prevalence,
  prevalence_label,
  x_axis_label,
  y_axis_label,
  decimals_x,
  decimals_y
)

Arguments

PPV_melted

DF out of .createPPVmatrix()

PPV_NPV

Should calculate PPV or NPV?

Sensitivity

Sensitivity of the test

overlay_prevalence_1

[x] out of y prevalence of disease

overlay_prevalence_2

x out of [y] prevalence of disease

overlay_labels

.

overlay_position_FP

.

overlay_position_FN

.

point_Prevalence

.

prevalence_label

.

x_axis_label

.

y_axis_label

.

decimals_x

.

decimals_y

.