calSens | R Documentation |
Calculate sensitivity, specificity
calSens(x, y)
x |
A numeric vector as a predictor |
y |
A numeric vector as a result |
A data.frame
require(moonBook)
calSens(radial$height,radial$male)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.