conf_to_probs.Rd
Confidence level to probability
conf_to_probs(conf)
numeric between 0 and 1
vector of length 2
This is a convience function to convert from a confidence level to the lower and upper probability of the confidence interval.
conf_to_probs(0.95)
#> [1] 0.025 0.975