Displaying 2 results from an estimated 2 matches for "confidnece".
Did you mean:
confidence
2009 Dec 07
5
confint for glm (general linear model)
...>|z|)
(Intercept) -2.03693352 1.449574526 -1.405194 0.159963578
A 0.01093048 0.006446256 1.695633 0.089955471
N 0.41060119 0.224860819 1.826024 0.067846690
S -0.20651005 0.067698863 -3.050421 0.002285206
then I use confint(k.glm) to obtain a confidnece interval for the estimates.
> confint(k.glm,level=0.97)
Waiting for profiling to be done...
1.5 % 98.5 %
(Intercept) -5.471345995 0.94716503
A -0.002340863 0.02631582
N -0.037028592 0.95590178
S -0.365570347 -0.06573675
while reading the...
2013 Jan 14
1
Confidence intervel for regression line
Hi all,
For the simple linear regression, I want to find the input "x" value so
that the
lower confidnece limit is a specific number, say 0.2.
In other words, I want to find the value of x so that the lower
confidence bound crosses the horizontal line 0.2.
Is there a simple way (an R function) that can do this?
Thanks.
Hanna
[[alternative HTML version deleted]]