Found 110 packages in 0.01 seconds
Estimating Infection Rates from Serological Data
Translates antibody levels measured in cross-sectional population samples into estimates of the frequency with which seroconversions (infections) occur in the sampled populations. Replaces the previous `seroincidence` package.
Discrimination Mitigation for Machine Learning Models
Based on different statistical definitions of discrimination, several methods have been proposed to detect and mitigate social inequality in machine learning models. This package aims to provide an alternative to fairness treatment in predictive models. The ROC method implemented in this package is described by Kamiran, Karim and Zhang (2012) < https://ieeexplore.ieee.org/document/6413831/>.
Bayesian Modeling via Frequentist Goodness-of-Fit
A Bayesian data modeling scheme that performs four interconnected tasks: (i) characterizes the uncertainty of the elicited parametric prior; (ii) provides exploratory diagnostic for checking prior-data conflict; (iii) computes the final statistical prior density estimate; and (iv) executes macro- and micro-inference. Primary reference is Mukhopadhyay, S. and Fletcher, D. 2018 paper "Generalized Empirical Bayes via Frequentist Goodness of Fit" (< https://www.nature.com/articles/s41598-018-28130-5 >).
Choi and Hall Style Data Sharpening
Functions for use in perturbing data prior to use of nonparametric smoothers and clustering.
Generalized Additive Latent and Mixed Models
Estimates generalized additive latent and
mixed models using maximum marginal likelihood,
as defined in Sorensen et al. (2023)
Data sets from "SAS System for Mixed Models"
Data sets and sample lmer analyses corresponding to the examples in Littell, Milliken, Stroup and Wolfinger (1996), "SAS System for Mixed Models", SAS Institute.
Functions for Multi-Dimensional Analysis
Multi-Dimensional Analysis (MDA) is an adaptation of factor
analysis developed by Douglas Biber (1992)
Geographic and Taxonomic Occurrence R-Based Scrubbing
Streamlines downloading and cleaning biodiversity data from Integrated Digitized Biocollections (iDigBio) and the Global Biodiversity Information Facility (GBIF).
Design of Experiments and Factorial Plans Utilities
A number of functions to create and analyze factorial plans according to the Design of Experiments (DoE) approach, with the addition of some utility function to perform some statistical analyses. DoE approach follows the approach in "Design and Analysis of Experiments" by Douglas C. Montgomery (2019, ISBN:978-1-119-49244-3). The package also provides utilities used in the course "Analysis of Data and Statistics" at the University of Trento, Italy.
A Crew Launcher Plugin for AWS Batch
In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'crew.aws.batch' package extends the 'mirai'-powered
'crew' package with a worker launcher plugin for AWS Batch.
Inspiration also comes from packages 'mirai' by Gao (2023)
< https://github.com/r-lib/mirai>,
'future' by Bengtsson (2021)