Learn R Programming

daltoolbox (version 1.1.727)

sin_data: 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)

Arguments

Format

data.frame.

Examples

Run this code
data(sin_data)
head(sin_data)

Run the code above in your browser using DataLab