{
  "_id": "6a102fbeacfb0bcc41c950db",
  "Package": "imv",
  "Title": "Model Comparison via the 'InterModel Vigorish' ('IMV')",
  "Version": "0.3",
  "Authors@R": "c(\nperson(\"Ben\", \"Domingue\", email = \"ben.domingue@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\"Christian\", \"Jackson\", role = \"ctb\")\n)",
  "Description": "Computes the 'InterModel Vigorish' ('IMV'), a metric for\ncomparing the predictive accuracy of two models for binary\noutcomes. The 'IMV' is derived from the expected value of a\nbettor using one model's predicted probabilities against those\nof a competing model, and is estimated via k-fold\ncross-validation. Methods are provided for generalized linear\nmodels, mixed-effects models ('lme4'), and item response theory\nmodels ('mirt'). See Domingue et al. (2025)\n<doi:10.1371/journal.pone.0316491>.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.3.1",
  "Language": "en-US",
  "Repository": "https://ben-domingue.r-universe.dev",
  "Date/Publication": "2026-05-11 21:13:05 UTC",
  "RemoteUrl": "https://github.com/ben-domingue/imv",
  "RemoteRef": "HEAD",
  "RemoteSha": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 09:53:48 UTC",
    "User": "root"
  },
  "Author": "Ben Domingue [aut, cre],\nChristian Jackson [ctb]",
  "Maintainer": "Ben Domingue <ben.domingue@gmail.com>",
  "MD5sum": "b8885238d3e3abecbabc3da6cf674dd4",
  "_user": "ben-domingue",
  "_type": "src",
  "_file": "imv_0.3.tar.gz",
  "_fileid": "3f7a4f8858af17390997ff05924db5e49421e863d9324b14bf244d9f667bcfde",
  "_filesize": 140345,
  "_sha256": "3f7a4f8858af17390997ff05924db5e49421e863d9324b14bf244d9f667bcfde",
  "_created": "2026-05-12T09:53:48.000Z",
  "_published": "2026-05-22T10:28:14.896Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77361692559,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6941053695"
    },
    {
      "job": 77361692682,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6941054538"
    },
    {
      "job": 77361692515,
      "time": 176,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6941092517"
    },
    {
      "job": 77361692373,
      "time": 194,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6941081937"
    },
    {
      "job": 77361692631,
      "time": 210,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6941005526"
    },
    {
      "job": 77361692114,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158340230"
    },
    {
      "job": 77361692543,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6941042764"
    },
    {
      "job": 77361692953,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6941042092"
    },
    {
      "job": 77361692717,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6941037895"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ben-domingue/imv",
  "_commit": {
    "id": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
    "author": "ben-domingue <ben.domingue@gmail.com>",
    "committer": "ben-domingue <ben.domingue@gmail.com>",
    "message": "Fix R CMD check errors: declare ranger/workflows/parsnip in Suggests and remove duplicate predict_fn example\n\nThe duplicate predict_fn example at the end of man/imv.Rd ran after the\n\\donttest{} lme4 block, which overwrote m0/m1 with glmer models expecting\na 'slow' column — causing 'object slow not found' when passed df. Removed\nthe redundant example; the first one at line 85 already covers this case.\n\nAlso added ranger, workflows, and parsnip to Suggests to resolve undeclared\ndependency warnings from R CMD check.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n",
    "time": 1778533985
  },
  "_maintainer": {
    "name": "Ben Domingue",
    "email": "ben.domingue@gmail.com",
    "login": "ben-domingue",
    "uuid": 1353244
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "mirt",
      "role": "Suggests"
    },
    {
      "package": "parsnip",
      "role": "Suggests"
    },
    {
      "package": "ranger",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "workflows",
      "role": "Suggests"
    }
  ],
  "_owner": "ben-domingue",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-20",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 11
    },
    {
      "week": "2026-19",
      "n": 4
    },
    {
      "week": "2026-20",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "ben-domingue",
      "count": 63,
      "uuid": 1353244
    }
  ],
  "_userbio": {
    "uuid": 1353244,
    "type": "user",
    "name": "Ben Domingue"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/imv"
  },
  "_devurl": "https://github.com/ben-domingue/imv",
  "_searchresults": 16,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/imv.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ben-domingue/imv",
  "_realowner": "ben-domingue",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3",
      "date": "2026-05-11"
    }
  ],
  "_exports": [
    "imv",
    "imv.binary",
    "imv0glm",
    "imvglm.rmvar"
  ],
  "_help": [
    {
      "page": "imv",
      "title": "Cross-validated IMV for comparing two models",
      "topics": [
        "imv",
        "imv.default",
        "imv.glm"
      ]
    },
    {
      "page": "imv.binary",
      "title": "Compute IMV for binary outcomes",
      "topics": [
        "imv.binary"
      ]
    },
    {
      "page": "imv.glmerMod",
      "title": "Cross-validated IMV for binomial mixed-effects models",
      "topics": [
        "imv.glmerMod"
      ]
    },
    {
      "page": "imv.ranger",
      "title": "Cross-validated IMV for ranger random forests",
      "topics": [
        "imv.ranger"
      ]
    },
    {
      "page": "imv.mirt",
      "title": "Cross-validated IMV for mirt IRT models",
      "topics": [
        "imv.SingleGroupClass"
      ]
    },
    {
      "page": "imv.workflow",
      "title": "Cross-validated IMV for tidymodels workflows",
      "topics": [
        "imv.workflow"
      ]
    },
    {
      "page": "imv0glm",
      "title": "IMV for a GLM compared to a prevalence baseline",
      "topics": [
        "imv0glm"
      ]
    },
    {
      "page": "imvglm.rmvar",
      "title": "IMV for a GLM versus the same model with one variable removed",
      "topics": [
        "imvglm.rmvar"
      ]
    }
  ],
  "_readme": "https://github.com/ben-domingue/imv/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.28330122870355,
  "_indexed": true,
  "_nocasepkg": "imv",
  "_universes": [
    "ben-domingue"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-12T09:56:02.000Z",
      "distro": "noble",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "2f93dbaed08046687c036d3bb41e0a5ed3d670010b3344550e3ed51b265d6a23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-12T09:56:07.000Z",
      "distro": "noble",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "4d68fa3a183fa8c18367ae8ab9c948e2d6c0c49067310b5e4a07a03b40e5711a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-12T09:57:52.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "9cfa5aeb9dd3aa3395d51988ffd9944c9a919a347e872151aea1b265e1e0f5ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-12T09:57:23.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "55494864c8ea2975dc3e4b322229efbc996c1ab1ccd2f767dac33290d7bcc33d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-12T09:55:26.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "a386b9e8844c754a3c2c32ce014d11e174098aad83cd51afbc9ac53a63af7f82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-12T09:55:21.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "d619963185752214417cbe912c8b21f6070d06af7883345be8ee04fa216bf8fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-12T09:55:10.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "df45e33452b6717608900e2855c7646d7b69ddea07cafc6d22956048981f4e16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3",
      "date": "2026-05-22T10:27:51.000Z",
      "commit": "4af3fb05c65038a060c75ebae68ea9d424a42ee6",
      "fileid": "683633b73e199dd3ebdcf3a08dd97cc26cab1d43391486e366d040fdcd2fa9ba",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ben-domingue/actions/runs/25726836739"
    }
  ]
}