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 f2f20ac commit 5cb3680
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$parameters$cov
} else {
object$bvar
} else {
object$parameters$cov
}
}
#' @export
Expand Down

0 comments on commit 5cb3680

Please sign in to comment.