Skip to content

Commit

Permalink
vcov correction
Browse files Browse the repository at this point in the history
  • Loading branch information
AQLT committed Sep 15, 2023
1 parent cd544a8 commit f2f20ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/regarima_generic.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ vcov.JD3_REGARIMA_RSLTS <- function(object, component = c("regression", "arima")
return(NULL)
component <- match.arg(component)
if (component == "regression") {
object$estimation$parameters$cov
object$parameters$cov
} else {
object$estimation$bvar
object$bvar
}
}
#' @export
Expand Down

0 comments on commit f2f20ac

Please sign in to comment.