An R Package for the Fractionally Cointegrated VAR Model
Estimation and inference using the Fractionally Cointegrated Vector
Autoregressive (VAR) model. It includes functions for model
specification, including lag selection and cointegration rank selection,
as well as a comprehensive set of options for hypothesis testing,
including tests of hypotheses on the cointegrating relations, the
adjustment coefficients and the fractional differencing parameters. See
the file FCVAR_README.pdf
for examples and the Webpage
https://sites.google.com/view/mortennielsen/software for more
information about the FCVAR model.
Install the latest release using the install.packages()
function:
install.packages("FCVAR")
library(FCVAR)
Alternatively, you can install the development version on GitHub
using the devtools
package:
library(devtools)
devtools::install_github("LeeMorinUCF/FCVAR")
However, the version on CRAN is recommended because that version is tested and vetted for submission to CRAN.
Currently, the development version has no new features that are not already available in the released version available on CRAN.
There are currently no downstream dependencies for this package.
There were no ERRORs or WARNINGs.
There was one NOTE from the check on Windows Server 2022, R-devel, 64 bit on Rhub:
FCVAR v0.1.4
FCVAR v0.1.3
FCVAR v0.1.2
FCVARbootRank()
function.FCVAR v0.1.1
FCVAR v0.1.1
FCVAR v0.1.0
).\dontrun
to
\donttest
for examples with run time than took longer than
5s.par()
settings.plot.FCVAR_grid()
that changes
par()
settings, because it creates a figure with thinner
margins, inserted command on.exit(par(oldpar))
to restore
user’s settings, immediately after the change to
par()
.FCVAR v0.1.0
).\dontrun
if run time took longer
than 5s.FCVAR v0.1.0
).FCVAR v0.1.0
).NEWS.md
file to track changes to the
package.