confint.GeDS | R Documentation |
Method for confint.default
to compute confidence intervals for
the coefficients of a fitted GeDS model stored in a GeDS-class
object.
## S3 method for class 'GeDS'
confint(object, parm, level = 0.95, n = 3L, ...)
## S3 method for class 'GeDSboost'
confint(object, parm, level = 0.95, n = 3L, ...)
## S3 method for class 'GeDSgam'
confint(object, parm, level = 0.95, n = 3L, ...)
object |
the |
parm |
a specification of which parameters are to be given confidence intervals, either a vector of numbers or names; defaults to all parameters. |
level |
the confidence level required (default is 0.95). |
n |
integer value (2, 3 or 4) specifying the order ( |
... |
additional arguments passed to |
A matrix with columns giving lower and upper confidence limits for each spline coefficient of the selected GeDS model (by default 2.5
confint.default
, GeDS-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.