{
  "_id": "6a1ea295b25058d4daad7418",
  "Type": "Package",
  "Package": "SeBR",
  "Title": "Semiparametric Bayesian Regression Analysis",
  "Version": "1.1.0",
  "Authors@R": "person(\"Dan\", \"Kowal\", email = \"daniel.r.kowal@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-0917-3007\"))",
  "Description": "Monte Carlo sampling algorithms for semiparametric\nBayesian regression analysis. These models feature a\nnonparametric (unknown) transformation of the data paired with\nwidely-used regression models including linear regression,\nspline regression, quantile regression, and Gaussian processes.\nThe transformation enables broader applicability of these key\nmodels, including for real-valued, positive, and\ncompactly-supported data with challenging distributional\nfeatures. The samplers prioritize computational scalability\nand, for most cases, Monte Carlo (not MCMC) sampling for\ngreater efficiency. Details of the methods and algorithms are\nprovided in Kowal and Wu (2024)\n<doi:10.1080/01621459.2024.2395586>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/drkowal/SeBR, https://drkowal.github.io/SeBR/",
  "BugReports": "https://github.com/drkowal/SeBR/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Repository": "https://drkowal.r-universe.dev",
  "Date/Publication": "2026-03-04 21:56:54 UTC",
  "RemoteUrl": "https://github.com/drkowal/sebr",
  "RemoteRef": "HEAD",
  "RemoteSha": "83375b79612ace352ecb37e02a50290e4f88e3fd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 09:26:20 UTC",
    "User": "root"
  },
  "Author": "Dan Kowal [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0917-3007>)",
  "Maintainer": "Dan Kowal <daniel.r.kowal@gmail.com>",
  "MD5sum": "4bc7d1df0efa2c5b9a8828fca0f29825",
  "_user": "drkowal",
  "_type": "src",
  "_file": "SeBR_1.1.0.tar.gz",
  "_fileid": "cd0e4f9d5c27d27dd4012b797d3162f0378886883009356f2a1e916781c54cd3",
  "_filesize": 1172427,
  "_sha256": "cd0e4f9d5c27d27dd4012b797d3162f0378886883009356f2a1e916781c54cd3",
  "_created": "2026-06-02T09:26:20.000Z",
  "_published": "2026-06-02T09:29:57.528Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79040244689,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7353978740"
    },
    {
      "job": 79040244725,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353980747"
    },
    {
      "job": 79040244702,
      "time": 140,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353968999"
    },
    {
      "job": 79040244666,
      "time": 177,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353977183"
    },
    {
      "job": 79039467993,
      "time": 265,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353924553"
    },
    {
      "job": 79040244718,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353969116"
    },
    {
      "job": 79040244722,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7353962271"
    },
    {
      "job": 79040244730,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353958098"
    },
    {
      "job": 79040244743,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353961795"
    }
  ],
  "_buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/drkowal/sebr",
  "_commit": {
    "id": "83375b79612ace352ecb37e02a50290e4f88e3fd",
    "author": "drkowal <daniel.r.kowal@gmail.com>",
    "committer": "drkowal <daniel.r.kowal@gmail.com>",
    "message": "Update the spline model (sbsm) to allow for user-input number of basis functions; better initializations; and faster sampling.\n",
    "time": 1772661414
  },
  "_maintainer": {
    "name": "Dan Kowal",
    "email": "daniel.r.kowal@gmail.com",
    "login": "drkowal",
    "orcid": "0000-0003-0917-3007",
    "description": "Associate Professor, Department of Statistics and Data Science, Cornell University",
    "uuid": 28745421
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "fields",
      "role": "Suggests"
    },
    {
      "package": "GpGp",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "plyr",
      "role": "Suggests"
    },
    {
      "package": "quantreg",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spikeSlabGAM",
      "role": "Suggests"
    },
    {
      "package": "statmod",
      "role": "Suggests"
    }
  ],
  "_owner": "drkowal",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-24",
      "n": 1
    },
    {
      "week": "2025-25",
      "n": 6
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "drkowal",
      "count": 51,
      "uuid": 28745421
    }
  ],
  "_userbio": {
    "uuid": 28745421,
    "type": "user",
    "name": "Daniel R. Kowal",
    "description": "Associate Professor, Department of Statistics and Data Science, Cornell University"
  },
  "_downloads": {
    "count": 122,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SeBR"
  },
  "_devurl": "https://github.com/drkowal/sebr",
  "_pkgdown": "https://drkowal.github.io/SeBR/",
  "_searchresults": 6,
  "_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/readme.html",
    "extra/readme.md",
    "extra/SeBR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/drkowal/sebr",
  "_realowner": "drkowal",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2023-07-03"
    },
    {
      "version": "1.1.0",
      "date": "2025-06-16"
    }
  ],
  "_exports": [
    "bb",
    "bgp_bc",
    "blm_bc",
    "blm_bc_hs",
    "bqr",
    "bsm_bc",
    "concen_hbb",
    "g_bc",
    "g_inv_bc",
    "hbb",
    "plot_pptest",
    "rank_approx",
    "sampleFastGaussian",
    "sbgp",
    "sblm",
    "sblm_hs",
    "sblm_modelsel",
    "sblm_ssvs",
    "sbqr",
    "sbsm",
    "simulate_tlm",
    "sir_adjust"
  ],
  "_help": [
    {
      "page": "all_subsets",
      "title": "Compute all subsets of a set",
      "topics": [
        "all_subsets"
      ]
    },
    {
      "page": "bb",
      "title": "Bayesian bootstrap posterior sampler for the CDF",
      "topics": [
        "bb"
      ]
    },
    {
      "page": "bgp_bc",
      "title": "Bayesian Gaussian processes with a Box-Cox transformation",
      "topics": [
        "bgp_bc"
      ]
    },
    {
      "page": "blm_bc",
      "title": "Bayesian linear model with a Box-Cox transformation",
      "topics": [
        "blm_bc"
      ]
    },
    {
      "page": "blm_bc_hs",
      "title": "Bayesian linear model with a Box-Cox transformation and a horseshoe prior",
      "topics": [
        "blm_bc_hs"
      ]
    },
    {
      "page": "bqr",
      "title": "Bayesian quantile regression",
      "topics": [
        "bqr"
      ]
    },
    {
      "page": "bsm_bc",
      "title": "Bayesian spline model with a Box-Cox transformation",
      "topics": [
        "bsm_bc"
      ]
    },
    {
      "page": "computeTimeRemaining",
      "title": "Estimate the remaining time in the algorithm",
      "topics": [
        "computeTimeRemaining"
      ]
    },
    {
      "page": "concen_hbb",
      "title": "Posterior sampling algorithm for the HBB concentration hyperparameters",
      "topics": [
        "concen_hbb"
      ]
    },
    {
      "page": "contract_grid",
      "title": "Grid contraction",
      "topics": [
        "contract_grid"
      ]
    },
    {
      "page": "Fz_fun",
      "title": "Compute the latent data CDF",
      "topics": [
        "Fz_fun"
      ]
    },
    {
      "page": "g_bc",
      "title": "Box-Cox transformation",
      "topics": [
        "g_bc"
      ]
    },
    {
      "page": "g_fun",
      "title": "Compute the transformation",
      "topics": [
        "g_fun"
      ]
    },
    {
      "page": "g_inv_approx",
      "title": "Approximate inverse transformation",
      "topics": [
        "g_inv_approx"
      ]
    },
    {
      "page": "g_inv_bc",
      "title": "Inverse Box-Cox transformation",
      "topics": [
        "g_inv_bc"
      ]
    },
    {
      "page": "hbb",
      "title": "Hierarchical Bayesian bootstrap posterior sampler",
      "topics": [
        "hbb"
      ]
    },
    {
      "page": "plot_pptest",
      "title": "Plot point and interval predictions on testing data",
      "topics": [
        "plot_pptest"
      ]
    },
    {
      "page": "rank_approx",
      "title": "Rank-based estimation of the linear regression coefficients",
      "topics": [
        "rank_approx"
      ]
    },
    {
      "page": "sampleFastGaussian",
      "title": "Sample a Gaussian vector using Bhattacharya et al. (2016)",
      "topics": [
        "sampleFastGaussian"
      ]
    },
    {
      "page": "sbgp",
      "title": "Semiparametric Bayesian Gaussian processes",
      "topics": [
        "sbgp"
      ]
    },
    {
      "page": "sblm",
      "title": "Semiparametric Bayesian linear model",
      "topics": [
        "sblm"
      ]
    },
    {
      "page": "sblm_hs",
      "title": "Semiparametric Bayesian linear model with horseshoe priors for high-dimensional data",
      "topics": [
        "sblm_hs"
      ]
    },
    {
      "page": "sblm_modelsel",
      "title": "Model selection for semiparametric Bayesian linear regression",
      "topics": [
        "sblm_modelsel"
      ]
    },
    {
      "page": "sblm_ssvs",
      "title": "Semiparametric Bayesian linear model with stochastic search variable selection",
      "topics": [
        "sblm_ssvs"
      ]
    },
    {
      "page": "sbqr",
      "title": "Semiparametric Bayesian quantile regression",
      "topics": [
        "sbqr"
      ]
    },
    {
      "page": "sbsm",
      "title": "Semiparametric Bayesian spline model",
      "topics": [
        "sbsm"
      ]
    },
    {
      "page": "simulate_tlm",
      "title": "Simulate a transformed linear model",
      "topics": [
        "simulate_tlm"
      ]
    },
    {
      "page": "sir_adjust",
      "title": "Post-processing with importance sampling",
      "topics": [
        "sir_adjust"
      ]
    },
    {
      "page": "square_stabilize",
      "title": "Numerically stabilize the squared elements",
      "topics": [
        "square_stabilize"
      ]
    },
    {
      "page": "SSR_gprior",
      "title": "Compute the sum-squared-residuals term under Zellner's g-prior",
      "topics": [
        "SSR_gprior"
      ]
    },
    {
      "page": "uni.slice",
      "title": "Univariate Slice Sampler from Neal (2008)",
      "topics": [
        "uni.slice"
      ]
    }
  ],
  "_readme": "https://github.com/drkowal/sebr/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "SeBR.Rmd",
      "filename": "SeBR.html",
      "title": "Introduction to SeBR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Background: semiparametric regression via data transformations",
        "Using SeBR",
        "Semiparametric Bayesian linear models with sblm",
        "Semiparametric Bayesian quantile regression with sbqr",
        "Semiparametric Bayesian Gaussian processes with sbgp",
        "References"
      ],
      "created": "2023-06-21 15:57:29",
      "modified": "2026-03-03 22:36:48",
      "commits": 9
    }
  ],
  "_score": 4.778151250383644,
  "_indexed": true,
  "_nocasepkg": "sebr",
  "_universes": [
    "drkowal"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-02T09:28:48.000Z",
      "distro": "noble",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "243db51c2b6591bd4407dba5ae1377c520980efdea088d9f9b5637dde911c7a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-02T09:28:52.000Z",
      "distro": "noble",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "dda8d039a98486a20afbba7ed1c2f8d3b19cfe35095710a1d6214a1f46fa3551",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-02T09:28:29.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "99774f3ef71ff2a97a51cbb5824e30154462aa0867b4f91eb1740eacf0995994",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-02T09:28:47.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "c6ecf08a662ebc58d218c3dd09eb17e1ccca07b0a9479b4d05c559b30a246e57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T09:28:44.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "861722fbc3c2ec6497f727730d6e64a57aacd4497f6f393d148d892abea42ca6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T09:27:57.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "3210df9132e14d6154a143e4cd836743aae7e5605af019b925d4661bee24315d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T09:27:44.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "9f2ec53ce7392a00c33bfa40deb2e8b6f16b18fcf37863e807bf0dafd8b8cf6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-02T09:27:53.000Z",
      "commit": "83375b79612ace352ecb37e02a50290e4f88e3fd",
      "fileid": "ccd64e62df14c7c59f220a9adbb37719f59a2c82abc6994fc9baf7264cb32f7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drkowal/actions/runs/26810636278"
    }
  ]
}