| confint.lgspline | R Documentation |
Wald-based confidence intervals for regression coefficients and, when available, correlation parameters (on the working scale).
## S3 method for class 'lgspline'
confint(object, parm, level = 0.95, ...)
object |
A fitted lgspline object with |
parm |
Optional vector of parameter indices or names. Default returns all regression parameters; working-scale correlation parameters are appended when available. |
level |
Confidence level. Default 0.95. |
... |
Additional arguments passed to |
For Gaussian identity-link models, t-distribution quantiles are used with
effective degrees of freedom
N - \mathrm{trace}(\mathbf{XUGX}^\top).
All other families use normal quantiles.
Correlation parameter intervals (if VhalfInv_params_estimates and
VhalfInv_params_vcov are present) are computed on the unbounded
working scale via a Wald interval.
A matrix with columns giving lower and upper confidence limits,
named e.g. 2.5 % and 97.5 % for 95% intervals.
When available, rows for working-scale correlation parameters are
appended after the regression coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.