R/print.svars.R

Defines functions print.svars

#' @export

print.svars <- function(x, ...){

cat("\nEstimated B Matrix (unique decomposition of the covariance matrix): \n")
print(x$B)
}

Try the svars package in your browser

Any scripts or data that you put into this service are public.

svars documentation built on Feb. 16, 2023, 7:52 p.m.