CI95: Calculates a 95 Percent Confidence Interval

Description Usage Arguments Value Examples

View source: R/CI95.r

Description

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

Usage

1
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

1
2
3
4
 
  CI95(10, 1)
  
  CI95(m=8, se=2)

Example output

     Lower 95% CI      Upper 95% CI 
         8.040036         11.959964 
     Lower 95% CI      Upper 95% CI 
         4.080072         11.919928 

poliscidata documentation built on July 8, 2020, 6:23 p.m.