sin_data: Time series example dataset

sin_dataR Documentation

Time series example dataset

Description

Synthetic dataset of sine function.

  • x: correspond time from 0 to 10.

  • y: dependent variable for time series modeling.

Usage

data(sin_data)

Format

data.frame.

Source

This dataset was generated for examples.

Examples

data(sin_data)
head(sin_data)

daltoolbox documentation built on May 29, 2024, 1:57 a.m.