confidence_intervals {SveltePlots} | R Documentation |
Confidence Intervals Data
Description
This dataset contains time series data with actual values and corresponding confidence intervals.
Usage
confidence_intervals
Format
A tibble with 368 rows and 7 variables:
- .model_id
Integer. The model ID.
- .model_desc
Character. Description of the model.
- .key
Factor. The key indicating actual or forecast data.
- .index
Date. The date of the observation.
- .value
Numeric. The actual value.
- .conf_lo
Numeric. The lower bound of the confidence interval.
- .conf_hi
Numeric. The upper bound of the confidence interval.
Examples
data(confidence_intervals)
head(confidence_intervals)
[Package SveltePlots version 0.1.0 Index]