LBCIvar | R Documentation |
Likelihood based confidence interval of sd and variance assuming normal distribution. It usually shows narrower interval than convenrtional chi-square interval. This uses estimated likelihood, not profile likelihood.
LBCIvar(x, conf.level=0.95)
x |
a vector of observation |
conf.level |
confidence level |
It calculates (same height) likelihood based confidence interval of sd and variance assuming normal distribution in one group. The likelihood interval is asymmetric and there is no standard error in the output.
PE |
point estimation for the proportion |
LL |
lower limit of likelihood interval |
UL |
upper limit of likelihood interval |
Kyun-Seop Bae k@acr.kr
LBCIvar(lh)
(length(lh) - 1)*var(lh)/qchisq(c(0.975, 0.025), length(lh) - 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.