Learn R Programming

poliscidata (version 2.3.0)

CI95: Calculates a 95 Percent Confidence Interval

Description

Prints the lower and upper boundaries of a 95 Percent confidence interval. Also see the CI95 function.

Usage

CI95(m, se)

Arguments

m

A single number equal to the mean value of a statistic.

se

single number equal to the standard error of the statistic.

Value

Returns the 95

Examples

Run this code
# NOT RUN {
 
  CI95(10, 1)
  
  CI95(m=8, se=2)
# }

Run the code above in your browser using DataLab