add_confint {gratia} | R Documentation |
Add a confidence interval to an existing object
Description
Add a confidence interval to an existing object
Usage
add_confint(object, coverage = 0.95, ...)
## S3 method for class 'smooth_estimates'
add_confint(object, coverage = 0.95, ...)
## S3 method for class 'parametric_effects'
add_confint(object, coverage = 0.95, ...)
## Default S3 method:
add_confint(object, coverage = 0.95, ...)
Arguments
object |
a R object. |
coverage |
numeric; the coverage for the interval. Must be in the range
0 < |
... |
arguments passed to other methods. |
[Package gratia version 0.9.2 Index]