Confidence intervals for variances and standard deviations

Introduction

Confidence intervals for variances and standard deviations can be calculated variables that are continuous. 

Function

Basic command
ci variances varlist 
Useful options
ci variances varlist, level(#) 
ci variances varlist, sd level(#) 
Explanations
varlistInsert the name(s) of the variable(s) that you want to use.
sdOption to display confidence interval for standard deviation.
level(#)Specify the confidence level. Default is 95.
More information
help ci

Practical example

Dataset
StataData1.dta
Variable namecognitive
Variable labelCognitive test score (Age 15, Year 1985)
Value labelsN/A
ci variances cognitive

Here, the variance (5210) and its 95% confidence interval (5061-5367) is shown. 

ci variances cognitive, sd

This shows the standard deviation (72.18) and its 95% confidence interval (71.14-73.26).