# NOT RUN {
dec.neg <- 1000 * .67 # => sets dec.neg to 67% of 1000 = 670 cases.
is_freq(dec.neg) # => TRUE
is_prob(dec.neg) # => FALSE, as dec.neg is no probability (but ppod, NPV and FOR are)
# }
Run the code above in your browser using DataLab