On 20 Jul 2017, at 19:46 , Scott Kostyshak <skostyshak at ufl.edu> wrote:
On Thu, Jul 20, 2017 at 04:21:04PM +0200, Martin Maechler wrote:
Scott Kostyshak <skostyshak at ufl.edu>
on Thu, 20 Jul 2017 03:28:37 -0400 writes:
"Computes confidence intervals" and "The default method assumes
asymptotic normality"
For me, a "confidence interval" implies an exact confidence interval in
formal statistics (I concede that when speaking, the term is often used
more loosely). And of course, even if a test statistic is asymptotically
normal (so the assumption is satisfied), the finite distribution might
not be normal and thus an exact confidence interval would not be
computed.
Attached is a patch that simply changes "asymptotic normality" to
"normality" in confint.Rd. This encourages the user of the function to
think about whether their asymptotically normal statistic is "normal
enough" in a finite sample to get something reliable from confint().
Alternatively, we could instead change "Computes confidence intervals"
to "Computes asymptotic confidence intervals".
I hope I'm not being too pedantic here.
well, it's just at the 97.5% border line of "too pedantic" ...
;-)
I think you are right with your first proposal to drop
"asymptotic" here. After all, there's the explict 'fac <- qnorm(a)'.
Note that I received a private email that my message was indeed too
pedantic and expressed disagreement with the proposal. I'm not sure if
they intended it to be private so I will respond in private and see if
they feel like bringing the discussion on the list. Or perhaps this
minor (and perhaps controversial?) issue is not worth any additional
time.