# NOT RUN {
spec <- .75 # => sets a specificity value of 75%
spec <- 75/100 # => (decision = negative) for 75 out of 100 people with (condition = FALSE)
is_prob(spec) # => TRUE (as spec is a probability)
# }
Run the code above in your browser using DataLab