Skip to content

Commit

Permalink
bugfix vcov
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruber committed Jan 15, 2024
1 parent 1088673 commit ee80e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utility_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ vcov.bayesianVARs_bvar <- function(object, ...){
M <- ncol(object$Y)
factors <- dim(object$facload)[2]
Tobs <- nrow(object$logvar)
nsave <- dim(object$facload)[3]
nsave <- dim(object$PHI)[3]

dates <- NULL
if(Tobs==1L){
Expand Down

0 comments on commit ee80e8f

Please sign in to comment.