Learn R Programming

SveltePlots (version 0.1.0)

confidence_intervals: Confidence Intervals Data

Description

This dataset contains time series data with actual values and corresponding confidence intervals.

Usage

confidence_intervals

Arguments

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

Run this code
data(confidence_intervals)
head(confidence_intervals)

Run the code above in your browser using DataLab