{
  "_id": "6a1cbf771d7bb097a0a344d3",
  "Package": "VARshrink",
  "Title": "Shrinkage Estimation Methods for Vector Autoregressive Models",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\"Namgil\", \"Lee\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"namgil.lee@kangwon.ac.kr\",\ncomment = c(ORCID = \"0000-0003-0593-9028\")),\nperson(\"Heon Young\", \"Yang\", role = c(\"ctb\"),\nemail = \"hyyang@kangwon.ac.kr\"),\nperson(\"Sung-Ho\", \"Kim\", role = c(\"aut\", \"cph\"),\nemail = \"sung-ho.kim@kaist.edu\")\n)",
  "Description": "Vector autoregressive (VAR) model is a fundamental and\neffective approach for multivariate time series analysis.\nShrinkage estimation methods can be applied to high-dimensional\nVAR models with dimensionality greater than the number of\nobservations, contrary to the standard ordinary least squares\nmethod. This package is an integrative package delivering\nnonparametric, parametric, and semiparametric methods in a\nunified and consistent manner, such as the multivariate ridge\nregression in Golub, Heath, and Wahba (1979)\n<doi:10.2307/1268518>, a James-Stein type nonparametric\nshrinkage method in Opgen-Rhein and Strimmer (2007)\n<doi:10.1186/1471-2105-8-S2-S3>, and Bayesian estimation\nmethods using noninformative and informative priors in Lee,\nChoi, and S.-H. Kim (2016) <doi:10.1016/j.csda.2016.03.007> and\nNi and Sun (2005) <doi:10.1198/073500104000000622>.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/namgillee/VARshrink/",
  "BugReports": "https://github.com/namgillee/VARshrink/issues/",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Repository": "https://namgillee.r-universe.dev",
  "Date/Publication": "2026-05-31 22:45:34 UTC",
  "RemoteUrl": "https://github.com/namgillee/varshrink",
  "RemoteRef": "HEAD",
  "RemoteSha": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 23:05:28 UTC",
    "User": "root"
  },
  "Author": "Namgil Lee [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0593-9028>),\nHeon Young Yang [ctb],\nSung-Ho Kim [aut, cph]",
  "Maintainer": "Namgil Lee <namgil.lee@kangwon.ac.kr>",
  "MD5sum": "903b4dccdfbcfcd6dd4c07febf657fed",
  "_user": "namgillee",
  "_type": "src",
  "_file": "VARshrink_0.4.0.tar.gz",
  "_fileid": "628c697e872e142e00358bee689aed68064a6315abd815cae3469b311b5ddf7f",
  "_filesize": 560754,
  "_sha256": "628c697e872e142e00358bee689aed68064a6315abd815cae3469b311b5ddf7f",
  "_created": "2026-05-31T23:05:28.000Z",
  "_published": "2026-05-31T23:08:39.814Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78764169325,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7320836664"
    },
    {
      "job": 78764169329,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320835574"
    },
    {
      "job": 78764169317,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7320833902"
    },
    {
      "job": 78764169318,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320832932"
    },
    {
      "job": 78763954284,
      "time": 220,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320822007"
    },
    {
      "job": 78764169338,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320833758"
    },
    {
      "job": 78764169376,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7320832067"
    },
    {
      "job": 78764169348,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7320831822"
    },
    {
      "job": 78764169378,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320831174"
    }
  ],
  "_buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/namgillee/varshrink",
  "_commit": {
    "id": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
    "author": "namgillee <42762623+namgillee@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #7 from namgillee/update/improve_basics-v0.4.0\n\nFeature/bayesian irf v0.4.0\n\n* move vars from imports to depends\n* remove redundant R files\n* add an mcmc chain for full bayes\n* irf use the mcmc chain",
    "time": 1780267534
  },
  "_maintainer": {
    "name": "Namgil Lee",
    "email": "namgil.lee@kangwon.ac.kr",
    "login": "namgillee",
    "description": "Statistics and machine learning researcher, interested in tensor methods, deep learning, brain signal processing, and drug discovery.",
    "uuid": 42762623,
    "orcid": "0000-0003-0593-9028"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "vars",
      "version": ">= 1.6.1",
      "role": "Depends"
    },
    {
      "package": "ars",
      "version": ">= 0.6",
      "role": "Imports"
    },
    {
      "package": "corpcor",
      "version": ">= 1.6.9",
      "role": "Imports"
    },
    {
      "package": "strucchange",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "namgillee",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-41",
      "n": 2
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.3.3",
      "date": "2026-01-09"
    }
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "namgillee",
      "count": 114,
      "uuid": 42762623
    },
    {
      "user": "heonyoung-yang",
      "count": 18,
      "uuid": 52557904
    }
  ],
  "_userbio": {
    "uuid": 42762623,
    "type": "user",
    "name": "namgillee",
    "description": "Statistics and machine learning researcher, interested in tensor methods, deep learning, brain signal processing, and drug discovery."
  },
  "_downloads": {
    "count": 210,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/VARshrink"
  },
  "_devurl": "https://github.com/namgillee/varshrink",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/VARshrink.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/namgillee/varshrink",
  "_realowner": "namgillee",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.1",
      "date": "2019-10-09"
    },
    {
      "version": "0.3.3",
      "date": "2026-01-10"
    }
  ],
  "_exports": [
    "Acoef_sh",
    "Bcoef_sh",
    "calcSSE_Acoef",
    "createVARCoefs_ltriangular",
    "serial.test_sh",
    "simVARmodel",
    "stability_sh",
    "VARshrink"
  ],
  "_help": [
    {
      "page": "Acoef_sh",
      "title": "Coefficient matrices of the lagged endogenous variables",
      "topics": [
        "Acoef_sh"
      ]
    },
    {
      "page": "Bcoef_sh",
      "title": "Coefficient matrix of an estimated VAR(p)",
      "topics": [
        "Bcoef_sh"
      ]
    },
    {
      "page": "calcSSE_Acoef",
      "title": "Sum of squared errors (SSE) between coefficients of two VARs",
      "topics": [
        "calcSSE_Acoef"
      ]
    },
    {
      "page": "convPsi2varresult",
      "title": "Convert format for VAR coefficients from Psi to varresult",
      "topics": [
        "convPsi2varresult"
      ]
    },
    {
      "page": "createVARCoefs_ltriangular",
      "title": "Create coefficients of a VAR model",
      "topics": [
        "createVARCoefs_ltriangular"
      ]
    },
    {
      "page": "irf.varshrinkest",
      "title": "Impulse response function",
      "topics": [
        "irf.varshrinkest"
      ]
    },
    {
      "page": "lm_full_Bayes_SR",
      "title": "Full Bayesian Shrinkage Estimation Method for Multivariate Regression",
      "topics": [
        "lm_full_Bayes_SR"
      ]
    },
    {
      "page": "lm_multiv_ridge",
      "title": "Multivariate Ridge Regression",
      "topics": [
        "lm_multiv_ridge"
      ]
    },
    {
      "page": "lm_semi_Bayes_PCV",
      "title": "Semiparametric Bayesian Shrinkage Estimation Method for Multivariate Regression",
      "topics": [
        "lm_semi_Bayes_PCV"
      ]
    },
    {
      "page": "lm_ShVAR_KCV",
      "title": "K-fold Cross Validation for Selection of Shrinkage Parameters of Semiparametric Bayesian Shrinkage Estimator for Multivariate Regression",
      "topics": [
        "lm_ShVAR_KCV"
      ]
    },
    {
      "page": "logLik.varshrinkest",
      "title": "Log-likelihood method for class \"varshrinkest\"",
      "topics": [
        "logLik.varshrinkest"
      ]
    },
    {
      "page": "Phi.varshrinkest",
      "title": "Coefficient matrices of the MA representation",
      "topics": [
        "Phi.varshrinkest"
      ]
    },
    {
      "page": "print.varshrinkest",
      "title": "Print method for class \"varshrinkest\"",
      "topics": [
        "print.varshrinkest"
      ]
    },
    {
      "page": "print.varshsum",
      "title": "Print method for class \"varshsum\"",
      "topics": [
        "print.varshsum"
      ]
    },
    {
      "page": "Psi.varshrinkest",
      "title": "Coefficient matrices of the orthogonalized MA representation",
      "topics": [
        "Psi.varshrinkest"
      ]
    },
    {
      "page": "serial.test_sh",
      "title": "Test for serially correlated errors",
      "topics": [
        "serial.test_sh"
      ]
    },
    {
      "page": "shrinkVARcoef",
      "title": "Semiparametric Bayesian Shrinkage Estimator for Multivariate Regression",
      "topics": [
        "shrinkVARcoef"
      ]
    },
    {
      "page": "simVARmodel",
      "title": "Generate multivariate time series data using the given VAR model",
      "topics": [
        "simVARmodel"
      ]
    },
    {
      "page": "stability_sh",
      "title": "Structural stability of a VAR(p)",
      "topics": [
        "stability_sh"
      ]
    },
    {
      "page": "summary.shrinklm",
      "title": "Summarizing shrinkage estimates of an AR model",
      "topics": [
        "summary.shrinklm"
      ]
    },
    {
      "page": "summary.varshrinkest",
      "title": "Summary method for an object of class \"varshrinkest\", VAR parameters estimated by VARshrink()",
      "topics": [
        "summary.varshrinkest"
      ]
    },
    {
      "page": "VARshrink",
      "title": "Shrinkage estimation of VAR parameters",
      "topics": [
        "VARshrink"
      ]
    }
  ],
  "_readme": "https://github.com/namgillee/varshrink/raw/HEAD/README.md",
  "_rundeps": [
    "ars",
    "corpcor",
    "lattice",
    "lmtest",
    "MASS",
    "mvtnorm",
    "nlme",
    "sandwich",
    "strucchange",
    "urca",
    "vars",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "article_html_varshrink.Rmd",
      "filename": "article_html_varshrink.html",
      "title": "VARshrink 0.3: Shrinkage Estimation Methods for Vector Autoregressive Models (A Brief Version)",
      "author": "Namgil Lee, Heon-Young Yang, and Sung-Ho Kim*",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Backgrounds",
        "Main Purpose",
        "Models",
        "Shrinkage Estimation Methods",
        "Multivariate Ridge Regression",
        "Nonparametric Shrinkage (NS)",
        "Full Bayesian Shrinkage",
        "Semiparametric Bayesian Shrinkage",
        "K-fold Cross Validation for Semiparametric Shrinkage",
        "Numerical Experiments",
        "Benchmark Data",
        "Conclusions",
        "References"
      ],
      "created": "2019-08-13 11:49:39",
      "modified": "2026-05-31 22:45:34",
      "commits": 5
    }
  ],
  "_score": 4.9164539485499255,
  "_indexed": true,
  "_nocasepkg": "varshrink",
  "_universes": [
    "namgillee"
  ],
  "_previous": "0.3.3",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:48.000Z",
      "distro": "noble",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "84508111a050c5e343b12678be634d3f9ba43025f2eefc0ad9f18058481784d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:50.000Z",
      "distro": "noble",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "28d95f65a23b94905e9a218c32489898c42a210ccb0092025707149919db7a22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:40.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "1071cdbc0bafe701027b3d7f9cbd2c2a6eec6aabf4715fce3923021de5b96b8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:27.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "483597831f1d76c407af38097a0530be0b4ba6bbfbb07acfc7d370a5956f32b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:52.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "f486456ac2640ecd9f78d8927481a5edd24befa697255bb05fd03c3a0668c7c4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:09.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "5582e288fe1dc8646cd9425fd6a108669d1cd0661d4e6595011daa0c295e2699",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-31T23:07:00.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "014e9cab17e0558adb7aed934b67130bb55bfb7b2879eff757cbbbbb3e7bb524",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-31T23:06:58.000Z",
      "commit": "8b4fa87923f978c6bf7acaad4f3c08ed00916890",
      "fileid": "297a37d735e8c7b495432d252bf9f40bfa28aac6377365a64a335fde10fcf84a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/namgillee/actions/runs/26727019906"
    }
  ]
}