knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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:

``` {r, eval=FALSE} install.packages("tsDyn")

## Development version


Most of the development is hosted under the branch called [Dev94](https://github.com/MatthieuStigler/tsDyn/tree/Dev94). To install that version, use:

```r
library(remotes)
remotes::install_github("MatthieuStigler/tsDyn/tsDyn", ref = "dev")


MatthieuStigler/tsDyn documentation built on Oct. 31, 2024, 3:29 p.m.