Skip to content

EconMaett/VARs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VARs

This repository is based on the macrometrics toolbox by Gabriel Züllig.

Changes:

  • The folder _tbx is renamed to toolbox.

  • The use of an R Project supersedes the need to set the working directoy with setwd().

  • The scripts have been formatted with the styler package.

  • Data is read into R with functions from the tidyverse, hence base::read.csv() is replaced by readr::read_csv(). Note that the latter function returns a tibble object instead of a data.frame, hence a single column-vector has to be transposed into a row-fector with either the transpose t() function or with dplyr::pull().

Releases

No releases published

Packages

No packages published

Languages