Learn R Programming

tspredit (version 1.2.767)

tsd: Time series example dataset

Description

Synthetic dataset based on a sine function.

  • x: correspond time from 0 to 10.

  • y: dependent variable for time series modeling.

Usage

data(tsd)

Arguments

Format

data.frame.

Examples

Run this code
# Load dataset and preview the first rows
data(tsd)
head(tsd)

Run the code above in your browser using DataLab