confint.GeDS | R Documentation |
Method for confint.default
to compute confidence intervals for
the coefficients of a fitted GeDS model stored in a "GeDS"
, "GeDSgam"
or "GeDSboost"
class object.
## S3 method for class 'GeDS'
confint(object, parm, level = 0.95, n = 3L, ...)
## S3 method for class 'GeDSgam'
confint(object, parm, level = 0.95, n = 3L, ...)
## S3 method for class 'GeDSboost'
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% and 97.5%).
confint.default
, NGeDS
, GGeDS
,
NGeDSgam
, NGeDSboost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.