You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeSeriesDataSets package provides a comprehensive collection of time series datasets for R. This package is designed to support time series analysis by offering datasets with various time series structures and suffixes to clearly indicate their time series nature.
Overview
The timeSeriesDataSets package includes datasets from various fields such as economics, finance, energy, healthcare, and more. Each dataset in this package is identified with a suffix to denote its time series nature.
For example: - AirPassengers_ts: Monthly airline passenger numbers from 1949 to 1960, with the _ts suffix indicating a time series dataset. - taylor_30_min_df_ts: Half-hourly electricity demand data, also identified with the _df_ts suffix.
Installation
You can install the timeSeriesDataSets package from CRAN with the following command:
install.packages("timeSeriesDataSets")
The text was updated successfully, but these errors were encountered:
Hola chicos comparto mi paquete timeSeriesDataSets una colección de data sets enfocados en series de tiempo,
saudos desde Perú, comparto las características principales del paquete:
https://lightbluetitan.github.io/timeseriesdatasets_R/index.html
The timeSeriesDataSets package provides a comprehensive collection of time series datasets for R. This package is designed to support time series analysis by offering datasets with various time series structures and suffixes to clearly indicate their time series nature.
Overview
The timeSeriesDataSets package includes datasets from various fields such as economics, finance, energy, healthcare, and more. Each dataset in this package is identified with a suffix to denote its time series nature.
For example: - AirPassengers_ts: Monthly airline passenger numbers from 1949 to 1960, with the _ts suffix indicating a time series dataset. - taylor_30_min_df_ts: Half-hourly electricity demand data, also identified with the _df_ts suffix.
Installation
You can install the timeSeriesDataSets package from CRAN with the following command:
install.packages("timeSeriesDataSets")
The text was updated successfully, but these errors were encountered: