Learn R Programming

tempdisagg (version 1.1.1)

spi.d: SPI Swiss Performance Index

Description

Daily values of stock market index.

Arguments

Format

A data.frame.

Examples

Run this code
if (FALSE) {
# recreate the series with latest data
library(tsbox)
library(dplyr)
library(dataseries)
library(imputeTS)
dataseries::ds("ch_snb_capchstocki.gdr") %>%
  ts_default() %>%
  ts_regular() %>%
  imputeTS::na_interpolation(option = "spline") %>%
  ts_span(start = 2005)
}

Run the code above in your browser using DataLab