Found 188 packages in 0.04 seconds
Pathway Analysis Methods for Genomewide Association Data
Bayesian hierarchical methods for pathway analysis of genomewide association data: Normal/Bayes factors and Sparse Normal/Adaptive lasso. The Frequentist Fisher's product method is included as well.
Code Sharing at the Department of Epidemiological Research at Statens Serum Institut
This is a collection of assorted functions and examples collected from various projects. Currently we have functionalities for simplifying overlapping time intervals, Charlson comorbidity score constructors for Danish data, getting frequency for multiple variables, getting standardized output from logistic and log-linear regressions, sibling design linear regression functionalities a method for calculating the confidence intervals for functions of parameters from a GLM, Bayes equivalent for hypothesis testing with asymptotic Bayes factor, and several help functions for generalized random forest analysis using 'grf'.
Fuzzy and Non-Fuzzy Classifiers
It provides classifiers which can be used for discrete variables and for continuous variables based on the Naive Bayes and Fuzzy Naive Bayes hypothesis. Those methods were developed by researchers belong to the 'Laboratory of Technologies for Virtual Teaching and Statistics (LabTEVE)' and 'Laboratory of Applied Statistics to Image Processing and Geoprocessing (LEAPIG)' at 'Federal University of Paraiba, Brazil'. They considered some statistical distributions and their papers were published in the scientific literature, as for instance, the Gaussian classifier using fuzzy parameters, proposed by 'Moraes, Ferreira and Machado' (2021)
Bayesian Change Point Detection for High-Dimensional Data
Functions implementing change point detection methods using the maximum pairwise Bayes factor approach. Additionally, the package includes tools for generating simulated datasets for comparing and evaluating change point detection techniques.
Bayesian Generalized Additive Model Selection
Generalized additive model selection via approximate Bayesian inference is provided. Bayesian mixed model-based penalized splines with spike-and-slab-type coefficient prior distributions are used to facilitate fitting and selection. The approximate Bayesian inference engine options are: (1) Markov chain Monte Carlo and (2) mean field variational Bayes. Markov chain Monte Carlo has better Bayesian inferential accuracy, but requires a longer run-time. Mean field variational Bayes is faster, but less accurate. The methodology is described in He and Wand (2024)
Significance Level for Random Forest Impurity Importance Scores
Sets a significance level for Random Forest MDI (Mean Decrease in Impurity, Gini or
sum of squares) variable importance scores, using an empirical Bayes approach.
See Dunne et al. (2022)
Non-Parametric Sampling with Parallel Monte Carlo
An implementation of a non-parametric statistical model using a
parallelised Monte Carlo sampling scheme. The method implemented in this
package allows non-parametric inference to be regularized for small sample
sizes, while also being more accurate than approximations such as
variational Bayes. The concentration parameter is an effective sample size
parameter, determining the faith we have in the model versus the data. When
the concentration is low, the samples are close to the exact Bayesian
logistic regression method; when the concentration is high, the samples are
close to the simplified variational Bayes logistic regression. The method is
described in full in the paper Lyddon, Walker, and Holmes (2018),
"Nonparametric learning from Bayesian models with randomized objective
functions"
Estimate Size at Sexual Maturity
Estimate morphometric and gonadal size at sexual maturity for organisms, usually fish and invertebrates. It includes methods for classification based on relative growth (using principal components analysis, hierarchical clustering, discriminant analysis), logistic regression (Frequentist or Bayes), parameters estimation and some basic plots.
Simultaneous Variables Clustering and Regression
Implements an empirical Bayes approach for
simultaneous variable clustering and regression. This version also
(re)implements in C++ an R script proposed by Howard Bondell that fits
the Pairwise Absolute Clustering and Sparsity (PACS) methodology (see
Sharma et al (2013)
Single-Cell RNA-Seq Gene Expression Recovery
An implementation of a regularized regression prediction and
empirical Bayes method to recover the true gene expression profile in
noisy and sparse single-cell RNA-seq data. See Huang M, et al (2018)