| varCI | R Documentation |
A function 'varCI()' is used to calculate a confidence interval for the population variance when given a numerical vector
varCI(x, conf.level = 0.95)
x |
a numeric vector |
conf.level |
a confidence level, default is |
a confidence interval of the population variance
Rattanalertnusorn, A. (2024). R and its application (3rd ed.). TPN press. <https://www.researchgate.net/publication/371944275_porkaermxarlaeakarprayuktchingan_R_and_its_applications>.
heigth <- c(155.5, 165.5, 170, 164.5, 180, 162, 173, 158.5, 168.5, 175, 164.5, 167)
varCI(x=heigth,conf.level = 0.90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.