Skip to contents

These functions estimate the optimal (maximal or minimal) sensitivity of a PRS.

Usage

opt_sp(
  k,
  pve,
  se,
  n.bins = 1000,
  thresh.vector = seq(from = 1, to = n.bins, by = 10),
  direction = "max"
)

Arguments

k

(numeric; range 0-1) Population prevalence of the disease of interest

pve

(numeric; range 0-1) Proportion of variability explained by the PRS

se

(numeric; range 0-1) Sensitivity

n.bins

(integer) Number of bins for estimating the AUC (default = 100)

thresh.vector

(numeric) Vector of thresholds

direction

(character) "max" or "min"

Value

A numeric valuve for the optimal sensitivity

Examples

opt_sp(k = 0.13, pve = 0.26, se = 0.99)
#> [1] 0.7367567