Learn R Programming

MIDASwrappeR (version 0.5.1)

MIDASexample: Dataset provided by the original C++ implementation of MIDAS

Description

Dataset provided by the original C++ implementation of MIDAS

Usage

data(MIDASexample)

Arguments

Format

A data.frame formatted for direct use within "getMIDASscore()"

References

Siddharth Bhatia, Bryan Hooi, Minji Yoon, Kijung Shin, Christos Faloutsos. AAAI 2020. (AAAI)

Examples

Run this code
# NOT RUN {
data(MIDASexample)
plot(getMIDASScore(head(MIDASexample,10000)))
# }

Run the code above in your browser using DataLab