{
  "_id": "6a16c884acfb0bcc41d8904f",
  "Package": "lorad",
  "Title": "Lowest Radial Distance Method of Marginal Likelihood Estimation",
  "Version": "0.0.1.0",
  "Authors@R": "c(\nperson(given = \"Analisa\", family = \"Milkey\", email = \"analisa.milkey@uconn.edu\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1157-4363\")),\nperson(given = \"Elena\", family = \"Korte\", email = \"elena.korte@uconn.edu\", role = c(\"aut\")),\nperson(given = c(\"Paul\",\"O.\"), family = \"Lewis\", email = \"paul.lewis@uconn.edu\", role = c(\"aut\"), comment = c(ORCID = \"0000-0001-9852-8759\"))\n)",
  "Description": "Estimates marginal likelihood from a posterior sample\nusing the method described in Wang et al. (2023)\n<doi:10.1093/sysbio/syad007>, which does not require evaluation\nof any additional points and requires only the log of the\nunnormalized posterior density for each sampled parameter\nvector.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Maintainer": "Analisa Milkey <analisa.milkey@uconn.edu>",
  "Author": "Analisa Milkey [aut, cre]\n(<https://orcid.org/0000-0002-1157-4363>), Elena Korte [aut],\nPaul O. Lewis [aut] (<https://orcid.org/0000-0001-9852-8759>)",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr, rmarkdown",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 10:30:25 UTC",
    "User": "root"
  },
  "Repository": "https://amilkey1.r-universe.dev",
  "Date/Publication": "2023-12-18 02:39:20 UTC",
  "RemoteUrl": "https://github.com/cran/lorad",
  "RemoteRef": "HEAD",
  "RemoteSha": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
  "MD5sum": "114d7a38a028b4cd66d2713529976a85",
  "_user": "amilkey1",
  "_type": "src",
  "_file": "lorad_0.0.1.0.tar.gz",
  "_fileid": "0385960019b9d5972bf81a53ae3bbf89f64ecd869c2dc25e6542680f3db223a3",
  "_filesize": 1989208,
  "_sha256": "0385960019b9d5972bf81a53ae3bbf89f64ecd869c2dc25e6542680f3db223a3",
  "_created": "2026-05-27T10:30:25.000Z",
  "_published": "2026-05-27T10:33:40.862Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78057746308,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238129275"
    },
    {
      "job": 78057746322,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238126337"
    },
    {
      "job": 78057746292,
      "time": 161,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238122090"
    },
    {
      "job": 78057746317,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238118941"
    },
    {
      "job": 78056974680,
      "time": 290,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238078828"
    },
    {
      "job": 78057746284,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238119816"
    },
    {
      "job": 78057746352,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238112781"
    },
    {
      "job": 78057746438,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238113666"
    },
    {
      "job": 78057746333,
      "time": 128,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238121320"
    }
  ],
  "_buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/lorad",
  "_commit": {
    "id": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
    "author": "Analisa Milkey <analisa.milkey@uconn.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.1.0\n",
    "time": 1702867160
  },
  "_maintainer": {
    "name": "Analisa Milkey",
    "email": "analisa.milkey@uconn.edu",
    "login": "amilkey1",
    "description": "",
    "uuid": 84950190,
    "orcid": "0000-0002-1157-4363"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0",
      "role": "Suggests"
    },
    {
      "package": "rstan",
      "version": ">= 2.32",
      "role": "Suggests"
    },
    {
      "package": "bridgesampling",
      "version": ">= 1.1",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "amilkey1",
      "count": 1,
      "uuid": 84950190
    }
  ],
  "_userbio": {
    "uuid": 84950190,
    "type": "user",
    "name": "amilkey1"
  },
  "_downloads": {
    "count": 621,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lorad"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lorad.html",
    "manual.pdf"
  ],
  "_realowner": "amilkey1",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1.0",
      "date": "2023-12-17"
    }
  ],
  "_exports": [
    "lorad_estimate",
    "lorad_summary"
  ],
  "_datasets": [
    {
      "name": "gtrigsamples",
      "title": "Sequence data used in gtrig vignette",
      "object": "gtrigsamples",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Iteration",
        "Posterior",
        "Likelihood",
        "Prior",
        "alpha",
        "edge_length_proportions.1.",
        "edge_length_proportions.2.",
        "edge_length_proportions.3.",
        "edge_length_proportions.4.",
        "edge_length_proportions.5.",
        "edge_length_proportions.6.",
        "edge_length_proportions.7.",
        "edgelens.1.",
        "edgelens.2.",
        "edgelens.3.",
        "edgelens.4.",
        "edgelens.5.",
        "edgelens.6.",
        "edgelens.7.",
        "er.1.",
        "er.2.",
        "er.3.",
        "er.4.",
        "er.5.",
        "er.6.",
        "pi.1.",
        "pi.2.",
        "pi.3.",
        "pi.4.",
        "pinvar",
        "site_rates.1.",
        "site_rates.2.",
        "site_rates.3.",
        "site_rates.4.",
        "tree_length"
      ],
      "rows": 10001,
      "table": true,
      "tojson": true
    },
    {
      "name": "k80samples",
      "title": "Sequence data used in k80 vignette",
      "object": "k80samples",
      "class": [
        "data.frame"
      ],
      "fields": [
        "iter",
        "log.kernel",
        "edgelen",
        "kappa"
      ],
      "rows": 10000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "gtrigsamples",
      "title": "Sequence data used in gtrig vignette",
      "topics": [
        "gtrigsamples"
      ]
    },
    {
      "page": "k80samples",
      "title": "Sequence data used in k80 vignette",
      "topics": [
        "k80samples"
      ]
    },
    {
      "page": "lorad_calc_log_sum",
      "title": "Calculate a sum on log scale",
      "topics": [
        "lorad_calc_log_sum"
      ]
    },
    {
      "page": "lorad_estimate",
      "title": "Calculates the LoRaD estimate of the marginal likelihood",
      "topics": [
        "lorad_estimate"
      ]
    },
    {
      "page": "lorad_standardize",
      "title": "Transforms unconstrained parameters to have the same location and scale",
      "topics": [
        "lorad_standardize"
      ]
    },
    {
      "page": "lorad_standardize_estimation_sample",
      "title": "Transforms training sample using training sample means and standard deviations",
      "topics": [
        "lorad_standardize_estimation_sample"
      ]
    },
    {
      "page": "lorad_summary",
      "title": "Summarize output from 'lorad_estimate()'",
      "topics": [
        "lorad_summary"
      ]
    },
    {
      "page": "lorad_transform",
      "title": "Log (or log-ratio) transform parameters having constrained support",
      "topics": [
        "lorad_transform"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "bridge-sampling.Rmd",
      "filename": "bridge-sampling.html",
      "title": "bridge-sampling-vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Load packages",
        "Simulating data",
        "Specify the models for STAN",
        "Fitting the models using rstan",
        "Estimate log marginal likelihoods using bridgesampling",
        "Estimate log marginal likelihoods using LoRaD",
        "Export the sampled parameters",
        "The null hypothesis",
        "The alternative hypothesis",
        "Literature Cited"
      ],
      "created": "2023-12-18 02:39:20",
      "modified": "2023-12-18 02:39:20",
      "commits": 1
    },
    {
      "source": "LoRaD-gtrig-vignette.Rmd",
      "filename": "LoRaD-gtrig-vignette.html",
      "title": "lorad-gtrig-vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Data",
        "Model",
        "Reading in Data",
        "Column Specification",
        "Computing an Estimate of the Marginal Likelihood",
        "Literature Cited"
      ],
      "created": "2023-12-18 02:39:20",
      "modified": "2023-12-18 02:39:20",
      "commits": 1
    },
    {
      "source": "lorad-k80-vignette.Rmd",
      "filename": "lorad-k80-vignette.html",
      "title": "lorad-k80-vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Data",
        "Model",
        "Reading in Data",
        "Column Specification",
        "Computing an Estimate of the Marginal Likelihood",
        "Literature Cited"
      ],
      "created": "2023-12-18 02:39:20",
      "modified": "2023-12-18 02:39:20",
      "commits": 1
    }
  ],
  "_score": 2.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "lorad",
  "_universes": [
    "amilkey1"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:55.000Z",
      "distro": "noble",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "875cbd89626e1023eba59c2828a34c1d82b2c9ee57cf0c7d0ef3388232d415f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:48.000Z",
      "distro": "noble",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "0b6a3ef184811960ffc7d5d0ebbbfe15ae76e81c7d91304be061cab9673598af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:37.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "cb30c69ea8be2ff3ccd85bd6c9308238962ac42dff49afa6fb943f66596eb322",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:28.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "f08ec1ab49c809220ddc6db083b560b6e6d05042353dd93c52be62875fde0178",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:42.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "e92f66335fccc35210b44e516448b10f36889931065cc7b72b960fcd95c0aa74",
      "status": "success",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:00.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "7a433c6ebaf8116eb46eda0224a56edb05d953466274108110f644e41ef90c1f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:01.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "47e1a763d7e390b065134b1e9c3a8b301e7c24a588691b622eda32880019046d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.0",
      "date": "2026-05-27T10:32:30.000Z",
      "commit": "97d5408c6f49d3c08fab5ec5e3dc794ee01d4edb",
      "fileid": "fd58af3431a3a7cba928e4173f22d0d97700fa69642f616cbeadfa7faaf8e64c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/amilkey1/actions/runs/26505569324"
    }
  ]
}