Skip to content

Commit

Permalink
Misc adjustments to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeMorinUCF committed Aug 4, 2021
1 parent b4bc66e commit 30f5e32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/FCVAR_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#' \describe{
#' \item{\code{D}}{A (\code{kmax} + 1) x 2 vector of estimates of d and b.}
#' \item{\code{loglik}}{A (\code{kmax} + 1) x 1 vector of log-likelihood values.}
#' \item{\code{LRtest}}{A (\code{kmax} + 1) x 1 vector of likelihood ratio test statistics for tests of significance of \eqn{Gamma_{j+1}}}
#' \item{\code{pvLRtest}}{A (\code{kmax} + 1) x 1 vector of P-values for the likelihood ratio tests of significance of \eqn{Gamma_{j+1}}}
#' \item{\code{LRtest}}{A (\code{kmax} + 1) x 1 vector of likelihood ratio test statistics for tests of significance of \eqn{\Gamma_{j+1}}.}
#' \item{\code{pvLRtest}}{A (\code{kmax} + 1) x 1 vector of P-values for the likelihood ratio tests of significance of \eqn{\Gamma_{j+1}}.}
#' \item{\code{i_aic}}{The lag corresponding to the minimum value of the Akaike information criteria.}
#' \item{\code{aic}}{A (\code{kmax} + 1) x 1 vector of values of the Akaike information criterion.}
#' \item{\code{i_bic}}{The lag corresponding to the minimum value of the Bayesian information criteria.}
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There were three NOTEs:
* Authors' names, conjugations of the verb "cointegrate," the verb "difference,"
and the acronym "FCVAR" are not mis-spelled.

* Elapsed time > 10s for some examples.
* Elapsed time > 10s for some examples.


## Downstream dependencies
Expand Down
4 changes: 2 additions & 2 deletions man/FCVARlagSelect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30f5e32

Please sign in to comment.