Learn R Programming

radiant.data (version 0.6.0)

ci_label: Labels for confidence intervals

Description

Labels for confidence intervals

Usage

ci_label(alt = "two.sided", cl = 0.95)

Arguments

alt
Type of hypothesis ("two.sided","less","greater")
cl
Confidence level

Value

A character vector with labels for a confidence interval

Examples

Run this code
ci_label("less",.95)
ci_label("two.sided",.95)
ci_label("greater",.9)

Run the code above in your browser using DataLab