knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of exuberdata
is to provide critical values for the exuber
package.
radf_crit2
: Monte Carlo Critical Values for Recursive Augmented Dickey Fuller(radf
) modelsDue to its large size exuberdata
cannot be distributed as a conventional
CRAN package. However, there are a couple of alternatives for installation.
First, through drat
install.packages('exuberdata',repos = 'https://kvasilopoulos.github.io/drat/',type = 'source') # Or, simularly through `exuber` wrapper function install.packages("exuber") exuber::install_exuberdata()
Finally, it can be installed through github.
install.packages("remote") remotes::install_github("exuberdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.