Learn R Programming

artemis (version 1.1.1)

conf_to_probs: Confidence to probability

Description

Confidence level to probability

Usage

conf_to_probs(conf)

Arguments

conf

numeric between 0 and 1

Value

vector of length 2

Details

This is a convience function to convert from a confidence level to the lower and upper probability of the confidence interval.

Examples

Run this code
# NOT RUN {
conf_to_probs(0.95)
# }

Run the code above in your browser using DataLab