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"