{
  "_id": "6a17edcbacfb0bcc41da4efc",
  "Package": "rbfmvar",
  "Type": "Package",
  "Title": "Residual-Based Fully Modified Vector Autoregression",
  "Version": "2.0.2",
  "Authors@R": "c(\nperson(\"Muhammad\", \"Alkhalaf\",\nemail = \"muhammedalkhalaf@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0009-0002-2677-9246\")),\nperson(\"Yoosoon\", \"Chang\", role = \"ctb\",\ncomment = \"Original RBFM-VAR methodology\"))",
  "Description": "Implements the Residual-Based Fully Modified Vector\nAutoregression (RBFM-VAR) estimator of Chang (2000)\n<doi:10.1017/S0266466600166071>. The RBFM-VAR procedure extends\nPhillips (1995) FM-VAR to handle any unknown mixture of I(0),\nI(1), and I(2) components without prior knowledge of the number\nor location of unit roots. Provides automatic lag selection via\ninformation criteria (AIC, BIC, HQ), long-run variance\nestimation using Bartlett, Parzen, or Quadratic Spectral\nkernels with Andrews (1991) <doi:10.2307/2938229> automatic\nbandwidth selection, Granger non-causality testing with\nasymptotically chi-squared Wald statistics, impulse response\nfunctions (IRF) with bootstrap confidence intervals, forecast\nerror variance decomposition (FEVD), and out-of-sample\nforecasting.",
  "License": "GPL-3",
  "URL": "https://github.com/muhammedalkhalaf/rbfmvar",
  "BugReports": "https://github.com/muhammedalkhalaf/rbfmvar/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Repository": "https://muhammedalkhalaf.r-universe.dev",
  "Date/Publication": "2026-04-27 20:56:49 UTC",
  "RemoteUrl": "https://github.com/muhammedalkhalaf/rbfmvar",
  "RemoteRef": "HEAD",
  "RemoteSha": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 07:20:27 UTC",
    "User": "root"
  },
  "Author": "Muhammad Alkhalaf [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0002-2677-9246>),\nYoosoon Chang [ctb] (Original RBFM-VAR methodology)",
  "Maintainer": "Muhammad Alkhalaf <muhammedalkhalaf@gmail.com>",
  "MD5sum": "12788258b05807e62344e82a8457195f",
  "_user": "muhammedalkhalaf",
  "_type": "src",
  "_file": "rbfmvar_2.0.2.tar.gz",
  "_fileid": "6a0956bad3068b0dda69291455d0dd28d37286d3a5f7f7d2118bac1e44e2bb40",
  "_filesize": 217469,
  "_sha256": "6a0956bad3068b0dda69291455d0dd28d37286d3a5f7f7d2118bac1e44e2bb40",
  "_created": "2026-05-28T07:20:27.000Z",
  "_published": "2026-05-28T07:24:59.835Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78242778929,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7259971191"
    },
    {
      "job": 78242778893,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259970061"
    },
    {
      "job": 78242778892,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7259995188"
    },
    {
      "job": 78242778860,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260007099"
    },
    {
      "job": 78242418952,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259937052"
    },
    {
      "job": 78242778874,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259970058"
    },
    {
      "job": 78242778945,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7259962705"
    },
    {
      "job": 78242778897,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7259961135"
    },
    {
      "job": 78242778867,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7259956841"
    }
  ],
  "_buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/muhammedalkhalaf/rbfmvar",
  "_commit": {
    "id": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
    "author": "Muhammad Abdullah Alkhalaf <muhammedalkhalaf@gmail.com>",
    "committer": "Muhammad Abdullah Alkhalaf <muhammedalkhalaf@gmail.com>",
    "message": "Strip UTF-8 BOM from CITATION and source files (no functional change)\n",
    "time": 1777323409
  },
  "_maintainer": {
    "name": "Muhammad Alkhalaf",
    "email": "muhammedalkhalaf@gmail.com",
    "login": "muhammedalkhalaf",
    "uuid": 114047760
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "muhammedalkhalaf",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 5
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2026-03-17"
    },
    {
      "name": "v1.0.0.1",
      "date": "2026-03-18"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "muhammedalkhalaf",
      "count": 8,
      "uuid": 114047760
    }
  ],
  "_userbio": {
    "uuid": 114047760,
    "type": "user",
    "name": "Muhammad Al Khalaf"
  },
  "_downloads": {
    "count": 453,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rbfmvar"
  },
  "_devurl": "https://github.com/muhammedalkhalaf/rbfmvar",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/rbfmvar.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/muhammedalkhalaf/rbfmvar",
  "_realowner": "muhammedalkhalaf",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2.0.2",
      "date": "2026-04-09"
    }
  ],
  "_exports": [
    "fevd",
    "forecast",
    "granger_matrix",
    "granger_test",
    "ic_table",
    "irf",
    "rbfmvar"
  ],
  "_help": [
    {
      "page": "rbfmvar-package",
      "title": "rbfmvar: Residual-Based Fully Modified Vector Autoregression",
      "topics": [
        "rbfmvar-package"
      ]
    },
    {
      "page": "coef.rbfmvar",
      "title": "Extract Coefficients from rbfmvar Object",
      "topics": [
        "coef.rbfmvar"
      ]
    },
    {
      "page": "fevd",
      "title": "Forecast Error Variance Decomposition",
      "topics": [
        "fevd"
      ]
    },
    {
      "page": "fitted.rbfmvar",
      "title": "Extract Fitted Values from rbfmvar Object",
      "topics": [
        "fitted.rbfmvar"
      ]
    },
    {
      "page": "forecast",
      "title": "Out-of-Sample Forecasting",
      "topics": [
        "forecast"
      ]
    },
    {
      "page": "forecast.rbfmvar",
      "title": "Out-of-Sample Forecasting for RBFM-VAR",
      "topics": [
        "forecast.rbfmvar"
      ]
    },
    {
      "page": "granger_matrix",
      "title": "Granger Causality Matrix",
      "topics": [
        "granger_matrix"
      ]
    },
    {
      "page": "granger_test",
      "title": "Granger Non-Causality Test",
      "topics": [
        "granger_test"
      ]
    },
    {
      "page": "ic_table",
      "title": "Get Information Criteria Table",
      "topics": [
        "ic_table"
      ]
    },
    {
      "page": "irf",
      "title": "Impulse Response Functions",
      "topics": [
        "irf"
      ]
    },
    {
      "page": "plot.rbfmvar_forecast",
      "title": "Plot Method for rbfmvar_forecast Objects",
      "topics": [
        "plot.rbfmvar_forecast"
      ]
    },
    {
      "page": "print.rbfmvar",
      "title": "Print Method for rbfmvar Objects",
      "topics": [
        "print.rbfmvar"
      ]
    },
    {
      "page": "print.rbfmvar_forecast",
      "title": "Print Method for rbfmvar_forecast Objects",
      "topics": [
        "print.rbfmvar_forecast"
      ]
    },
    {
      "page": "print.summary.rbfmvar",
      "title": "Print Method for summary.rbfmvar Objects",
      "topics": [
        "print.summary.rbfmvar"
      ]
    },
    {
      "page": "rbfmvar",
      "title": "Residual-Based Fully Modified VAR Estimation",
      "topics": [
        "rbfmvar"
      ]
    },
    {
      "page": "residuals.rbfmvar",
      "title": "Extract Residuals from rbfmvar Object",
      "topics": [
        "residuals.rbfmvar"
      ]
    },
    {
      "page": "summary.rbfmvar",
      "title": "Summary Method for rbfmvar Objects",
      "topics": [
        "summary.rbfmvar"
      ]
    },
    {
      "page": "vcov.rbfmvar",
      "title": "Extract Variance-Covariance Matrix from rbfmvar Object",
      "topics": [
        "vcov.rbfmvar"
      ]
    }
  ],
  "_readme": "https://github.com/muhammedalkhalaf/rbfmvar/raw/HEAD/README.md",
  "_rundeps": [
    "MASS"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "rbfmvar",
  "_universes": [
    "muhammedalkhalaf"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.2",
      "date": "2026-05-28T07:22:29.000Z",
      "distro": "noble",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "c8d1b445beb594ab5bee746c9c29a1ec62f1ed849810ff745126b58d51f21086",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.2",
      "date": "2026-05-28T07:22:27.000Z",
      "distro": "noble",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "86edff39a2388883f228fc6749798d8c07a62ca0967e44be734955cd52470bc2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.2",
      "date": "2026-05-28T07:23:53.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "3040e825d5927d81776b5962ef4d915adaca0669b57ed660f6415f7117d6206a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.2",
      "date": "2026-05-28T07:24:31.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "ab6d51d5ab5c945db3d4d4ba198f3aa271192dca11e7ff3359f50256d6ad5aaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.2",
      "date": "2026-05-28T07:22:38.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "4d3461896dbd2d040a51b43ab36e27898f8122a37634c0935eab9e8206fd79b8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.2",
      "date": "2026-05-28T07:21:55.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "2f187543e9978b367bf5e6cc8cb0f46ada91035d4074946059a554b9b40eb252",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.2",
      "date": "2026-05-28T07:21:49.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "ac0a3280002dbac7957939d1defb8cff04047e5f65b7daf28083d8f74b122f4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.2",
      "date": "2026-05-28T07:21:36.000Z",
      "commit": "cbd3b6fed4a3eb59758392649fceec15ab97144b",
      "fileid": "ff383120a9b429aee70342da30656dcf25996082f2e9cdeecd010a66c394289c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/muhammedalkhalaf/actions/runs/26560572965"
    }
  ]
}