diff --git a/README.md b/README.md index 48b1cfe..7dd136e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ConfIntVariance An R package providing one function varwci ("variance with confidence interval") to surround the standard sample variance of the function "var" with a confidence interval containing the true variance with a probability of 95%. +The validity of the confidence interval is confirmed by a coverage probability simulation study given in the examples in the documentation. + # Installation Download the relase tar.gz file and install with install.packages("ConfIntVariance_1.0.tar.gz")