Package: mcmapper 0.0.11
Mohsen Sadatsafavi
mcmapper: Mapping First Moment and C-Statistic to the Parameters of Distributions for Risk
Provides a series of numerical methods for extracting parameters of distributions for risks based on knowing the expected value and c-statistics (e.g., from a published report on the performance of a risk prediction model). This package implements the methodology described in Sadatsafavi et al (2024) <doi:10.48550/arXiv.2409.09178>. The core of the package is mcmap(), which takes a pair of (mean, c-statistic) and the distribution type requested. This function provides a generic interface to more customized functions (mcmap_beta(), mcmap_logitnorm(), mcmap_probitnorm()) for specific distributions.
Authors:
mcmapper_0.0.11.tar.gz
mcmapper_0.0.11.tar.gz(r-4.5-noble)mcmapper_0.0.11.tar.gz(r-4.4-noble)
mcmapper_0.0.11.tgz(r-4.4-emscripten)mcmapper_0.0.11.tgz(r-4.3-emscripten)
mcmapper.pdf |mcmapper.html✨
mcmapper/json (API)
# Install 'mcmapper' in R: |
install.packages('mcmapper', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 19 days agofrom:a2d8e4a13c. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
Exports:dlogitnormdprobitnormmcmapmcmap_betamcmap_genericmcmap_logitnormmcmap_probitnormplogitnormpprobitnormqlogitnormqprobitnormrlogitnormrprobitnorm
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Functions related to logit-normal distribution. | dlogitnorm logitnorm plogitnorm qlogitnorm rlogitnorm |
The main mapper function | mcmap |
Mapper function for beta distribution | mcmap_beta |
A generic mapper function | mcmap_generic |
Mapper function for logit-normal distribution | mcmap_logitnorm |
Mapper function for probit-normal distribution | mcmap_probitnorm |
Functions related to probit-normal distribution. | dprobitnorm pprobitnorm probitnorm qprobitnorm rprobitnorm |