Hi, Suppose I have a calculation that contain an estimation of certain value and its confidence interval (this is computed via Chi Square approximation). Is there any approach in R in which we can evaluate the confidence interval? - GV
R Tools To Evaluate Confidence Interval
3 messages · Peverall Dubois, John
On Wednesday 13 May 2009 10:54:01 pm Peverall Dubois wrote:
Hi, Suppose I have a calculation that contain an estimation of certain value and its confidence interval (this is computed via Chi Square approximation). Is there any approach in R in which we can evaluate the confidence interval?
Have you tried:
help.search("confidence interval")?
JD
Yes, they don't seem to show ways to "evaluate" confidence interval though. Only functions for computing confidence interval. -G.V
On Thu, May 14, 2009 at 3:19 PM, J Dougherty <jwd at surewest.net> wrote:
On Wednesday 13 May 2009 10:54:01 pm Peverall Dubois wrote:
Hi, Suppose I have a calculation that contain an estimation of certain value and its confidence interval (this is computed via Chi Square approximation). Is there any approach in R in which we can evaluate the confidence interval?
Have you tried:
help.search("confidence interval")?
JD
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.