This adds a title and a subtitle to the plot produced by plot.vsel(), with the subtitle mentioning the nominal coverage as well as the type of the confidence intervals (CIs) explicitly.
The hope is that there will be less confusion about these CIs (in particular, whether these are "+/- 1 SE" or "+/- 2 SE" CIs; in general, they are neither of these two: only in case of the normal approximation, we can say that the default (due to alpha = 2 * pnorm(-1)) are "+/- 1 SE" CIs).
This adds a title and a subtitle to the plot produced by
plot.vsel()
, with the subtitle mentioning the nominal coverage as well as the type of the confidence intervals (CIs) explicitly.The hope is that there will be less confusion about these CIs (in particular, whether these are "+/- 1 SE" or "+/- 2 SE" CIs; in general, they are neither of these two: only in case of the normal approximation, we can say that the default (due to
alpha = 2 * pnorm(-1)
) are "+/- 1 SE" CIs).Illustration:
produces the following plots (in this order):