knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Package tsDyn implements a variety of non-linear time series models. To read more about it, look at:
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.