{
  "_id": "6a197356acfb0bcc41def7c3",
  "Package": "bmhe",
  "Type": "Package",
  "Title": "This Package Creates a Set of Functions Useful for Bayesian\nmodelling",
  "Version": "0.2.0",
  "Author": "Gianluca Baio",
  "Authors@R": "c(\nperson(\"Gianluca\", \"Baio\", , \"g.baio@ucl.ac.uk\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4314-2570\")))",
  "Description": "A set of utility functions that can be used to\npost-process BUGS or JAGS objects as well as other to\nfacilitate various Bayesian modelling activities (including in\nHTA).",
  "License": "GPL-3",
  "URL": "https://gianluca.statistica.it/software/bmhe_utils/",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev",
  "Repository": "https://giabaio.r-universe.dev",
  "Date/Publication": "2026-02-28 18:10:19 UTC",
  "RemoteUrl": "https://github.com/giabaio/bmhe_utils",
  "RemoteRef": "HEAD",
  "RemoteSha": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 09:33:18 UTC",
    "User": "root"
  },
  "Maintainer": "Gianluca Baio <g.baio@ucl.ac.uk>",
  "MD5sum": "cf5730470646160532dd08797639b8d7",
  "_user": "giabaio",
  "_type": "src",
  "_file": "bmhe_0.2.0.tar.gz",
  "_fileid": "104acbe010800f404f0de6fc24c4c201bdd6d76a2435343cd4769c2778589a32",
  "_filesize": 157856,
  "_sha256": "104acbe010800f404f0de6fc24c4c201bdd6d76a2435343cd4769c2778589a32",
  "_created": "2026-05-29T09:33:18.000Z",
  "_published": "2026-05-29T11:07:02.519Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78475288781,
      "time": 190,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7287664633"
    },
    {
      "job": 78475288779,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287658966"
    },
    {
      "job": 78475288810,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7289217560"
    },
    {
      "job": 78475288801,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7289217679"
    },
    {
      "job": 78474828182,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287607146"
    },
    {
      "job": 78475288833,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287646996"
    },
    {
      "job": 78475288832,
      "time": 125,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7287645378"
    },
    {
      "job": 78475288836,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7287638995"
    },
    {
      "job": 78475288797,
      "time": 118,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287643544"
    }
  ],
  "_buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/giabaio/bmhe_utils",
  "_commit": {
    "id": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
    "author": "Gianluca Baio <giabaio@gmail.com>",
    "committer": "Gianluca Baio <giabaio@gmail.com>",
    "message": "Fix the code for coefplot. Now the main function coefplot() can handle R2jags/R2OpenBUGS objects, as well as dataframes/tibbles, even with weird column names. The underlying functions make_coefdata() and make_coefplot() that run the data prep and graph run in the background\n",
    "time": 1772302219
  },
  "_maintainer": {
    "name": "Gianluca Baio",
    "email": "g.baio@ucl.ac.uk",
    "login": "giabaio",
    "mastodon": "@gianlubaio@mas.to",
    "orcid": "0000-0003-4314-2570",
    "twitter": "@gianlubaio",
    "description": "I'm a professor of Statistics & Health Economics and the head of department @stats-ucl. I work on Bayesian stats (with applications to @r-hta and @convoigroup)",
    "uuid": 8723145
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "BCEA",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "R2OpenBUGS",
      "role": "Suggests"
    },
    {
      "package": "R2jags",
      "role": "Suggests"
    },
    {
      "package": "manipulate",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    }
  ],
  "_owner": "giabaio",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-28",
      "n": 2
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-09",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "bayesian-statistics",
    "bugs",
    "cost-effectiveness-analysis",
    "jags",
    "tidyverse"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "giabaio",
      "count": 62,
      "uuid": 8723145
    }
  ],
  "_userbio": {
    "uuid": 8723145,
    "type": "user",
    "name": "Gianluca Baio",
    "description": "I'm a professor of Statistics & Health Economics and the head of department @stats-ucl. I work on Bayesian stats (with applications to @r-hta and @convoigroup)"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bmhe"
  },
  "_devurl": "https://github.com/giabaio/bmhe_utils",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bmhe.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "acfplot",
    "betaPar",
    "betaPar2",
    "betaplot",
    "change_of_variable",
    "coefplot",
    "diagplot",
    "dlogitnorm",
    "gammaPar",
    "gammaplot",
    "ilogit",
    "logit",
    "logitPar",
    "lognPar",
    "odds2probs",
    "OR",
    "plogitnorm",
    "posteriorplot",
    "qlogitnorm",
    "rlogitnorm",
    "stats",
    "traceplot"
  ],
  "_help": [
    {
      "page": "acfplot",
      "title": "Autocorrelation plot",
      "topics": [
        "acfplot"
      ]
    },
    {
      "page": "betaPar",
      "title": "Computes the parameters of a Beta distribution so that the mean and standard dev are the input (m,s)",
      "topics": [
        "betaPar"
      ]
    },
    {
      "page": "betaPar2",
      "title": "Compute the parameters of a Beta distribution, given a prior guess for key parameters. Based on \"Bayesian ideas and data analysis\", page 100. Optimisation method to identify the values of a,b that give required conditions on the Beta distribution",
      "topics": [
        "betaPar2"
      ]
    },
    {
      "page": "betaplot",
      "title": "Trial-and-error Beta plot",
      "topics": [
        "betaplot"
      ]
    },
    {
      "page": "change_of_variable",
      "title": "Change of variable",
      "topics": [
        "change_of_variable"
      ]
    },
    {
      "page": "coefplot",
      "title": "Coefplot for the parameters in the model",
      "topics": [
        "coefplot"
      ]
    },
    {
      "page": "diagplot",
      "title": "Specialised diagnostic plots",
      "topics": [
        "diagplot"
      ]
    },
    {
      "page": "logit-Normal",
      "title": "The logit-Normal Distribution",
      "topics": [
        "dlogitnorm",
        "logit-Normal",
        "plogitnorm",
        "qlogitnorm",
        "rlogitnorm"
      ]
    },
    {
      "page": "gammaPar",
      "title": "Computes the parameters of a Gamma distribution so that the mean and standard dev are the input (m,s)",
      "topics": [
        "gammaPar"
      ]
    },
    {
      "page": "gammaplot",
      "title": "Trial-and-error Gamma plot",
      "topics": [
        "gammaplot"
      ]
    },
    {
      "page": "ilogit",
      "title": "Computes the inverse logit of a number between -infinity and +infinity",
      "topics": [
        "ilogit"
      ]
    },
    {
      "page": "logit",
      "title": "Computes the logit of a number",
      "topics": [
        "logit"
      ]
    },
    {
      "page": "logitPar",
      "title": "Computes the parameters of a Normal distribution _on the logit scale_, so that, _on the natural scale_, the range where most of the mass is included is between the input 'low' and 'upp'",
      "topics": [
        "logitPar"
      ]
    },
    {
      "page": "lognPar",
      "title": "Computes mean and variance of a logNormal distribution so that the parameters on the natural scale are mu and sigma",
      "topics": [
        "lognPar"
      ]
    },
    {
      "page": "mytraceplot",
      "title": "Makes a traceplot (eg to visualise MCMC simulations from multiple chains)",
      "topics": [
        "mytraceplot"
      ]
    },
    {
      "page": "odds2probs",
      "title": "Maps from odds to probabilities",
      "topics": [
        "odds2probs"
      ]
    },
    {
      "page": "OR",
      "title": "Computes the odds ratio between two probabilities",
      "topics": [
        "OR"
      ]
    },
    {
      "page": "plotGR",
      "title": "Produces a plot of the values of the Gelman Rubin stats to determine visually convergence (and see clearly which node has reached it)",
      "topics": [
        "plotGR"
      ]
    },
    {
      "page": "posteriorplot",
      "title": "Various plots for the posteriors in a 'bugs' or 'jags' object",
      "topics": [
        "posteriorplot"
      ]
    },
    {
      "page": "print.bugs",
      "title": "Printing a bugs object",
      "topics": [
        "print.bugs"
      ]
    },
    {
      "page": "stats",
      "title": "Computes and prints summary statistics for a vector or matrix of simulated values",
      "topics": [
        "stats"
      ]
    },
    {
      "page": "stats2",
      "title": "Computes and prints summary statistics for a vector or matrix of simulated values - tidyverse style",
      "topics": [
        "stats2"
      ]
    },
    {
      "page": "traceplot",
      "title": "Tidyverse based function to do traceplots",
      "topics": [
        "traceplot"
      ]
    }
  ],
  "_readme": "https://github.com/giabaio/bmhe_utils/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "backports",
    "base64enc",
    "BCEA",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cpp11",
    "crayon",
    "crosstalk",
    "curl",
    "data.table",
    "dbarts",
    "digest",
    "distributional",
    "dplyr",
    "earth",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "Formula",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httr",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixStats",
    "memoise",
    "mgcv",
    "mime",
    "mvtnorm",
    "nlme",
    "numDeriv",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "plotly",
    "plotmo",
    "plotrix",
    "posterior",
    "prettyunits",
    "progress",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "Rdpack",
    "rlang",
    "rmarkdown",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "tensorA",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "voi",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 2.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "bmhe",
  "_universes": [
    "giabaio"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-29T09:36:05.000Z",
      "distro": "noble",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "7990aa2976183548c7cde899a38a3e2cad50c6c021c7e8b3c893c3f440d3515d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-29T09:35:44.000Z",
      "distro": "noble",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "12de9b74832313aa551f2d9f8483e970b997cd9994788f500507b4e0fca0ffb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-29T11:06:18.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "80fa930dbbb01bd15776723c047ff55ae9002e08c8bca94fc1c57f5ff5b412a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-29T11:06:12.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "ebd7406f27ab44072142fb34498af327f4ab6aac94fcbc21a9a5677e38f742a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-29T09:35:48.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "e1d71e829c38a0d22d9aa39ef146e9bcc463f486504ee3062b1aa4ef01acd7d1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-29T09:34:51.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "1b016b3dbd305f07e66b9c7919eb0e5c00ad6d2810109a32589160f4f38db7e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-29T09:34:35.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "1cd750ba23f59e453996c0c0fbf6e2d353693742fe8052298d3d96b68c9afac2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-29T09:34:46.000Z",
      "commit": "a93811b272d6fbdb3a07e23a465c9e142ad87e08",
      "fileid": "85871c94a517ca242285a954c2e7fb206072a15ccf9b0cfa1cd9a0126c5953ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/giabaio/actions/runs/26629583369"
    }
  ]
}