Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 608 Bytes

tsDyn

Package tsDyn implements a variety of non-linear time series models. To read more about it, look at:

Installation

You can install the released version of tsDyn from CRAN with:

install.packages("tsDyn")

Development version

You can download the version from github using:

library(remotes)
remotes::install_github("MatthieuStigler/tsDyn")