This package provides tools for detecting and correcting sample mix-ups between two sets of measurements, such as between gene expression data on two tissues. Broman et al. (2015) <doi:10.1534/g3.115.019778>.
This package provides function for the l1-ball prior on high-dimensional regression. The main function, l1ball()
, yields posterior samples for linear regression, as introduced by Xu and Duan (2020) <arXiv:2006.01340>
.
Highly variable gene selection methods, including popular public available methods, and also the mixture of multiple highly variable gene selection methods, <https://github.com/RuzhangZhao/mixhvg>
. Reference: <doi:10.1101/2024.08.25.608519>.
Allows users to simulate matrix population models with particular characteristics based on aspects of life history such as mortality trajectories and fertility trajectories. Also allows the exploration of sampling error due to small sample size.
Developed for model-based clustering using the finite mixtures of skewed sub-Gaussian stable distributions developed by Teimouri (2022) <arXiv:2205.14067>
and estimating parameters of the symmetric stable distribution within the Bayesian framework.
The main function MMEst()
performs (Restricted) Maximum Likelihood in a variance component mixed models using a Min-Max (MM) algorithm (Laporte, F., Charcosset, A. & Mary-Huard, T. (2022) <doi:10.1371/journal.pcbi.1009659>).
This function allows to generate two biological conditions synthetic microarray dataset which has similar behavior to those currently observed with common platforms. User provides a subset of parameters. Available default parameters settings can be modified.
Allows to perform the multivariate version of the Diebold-Mariano test for equal predictive ability of multiple forecast comparison. Main reference: Mariano, R.S., Preve, D. (2012) <doi:10.1016/j.jeconom.2012.01.014>.
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions modeling oriented towards flow-cytometry data preprocessing applications. Method is detailed in: Hejblum, Alkhassimn, Gottardo, Caron & Thiebaut (2019) <doi: 10.1214/18-AOAS1209>.
This package provides functions to compute and plot power levels, minimum detectable effect sizes, and minimum required sample sizes for the test of the overall average effect size in meta-analysis of dependent effect sizes.
M-estimator for threshold and non-threshold spatial dynamic panel data model. Yang, Z (2018) <doi:10.1016/j.jeconom.2017.08.019>. Wu, J., Matsuda, Y (2021) <doi:10.1007/s43071-021-00008-1>.
Routine that allows the user to run several goodness-of-fit tests. It also combines the tests and returns a properly adjusted family-wise p value. Details can be found in <arXiv:2007.04727>
.
Simulates data from model objects (e.g., from lm()
, glm()
), and plots this along with the original data to compare how well the simulated data matches the original data to determine model fit.
Simplifies access to Tunisian government open data from <https://data.gov.tn/fr/>. Queries datasets by theme, author, or keywords, retrieves metadata, and gets structured results ready for analysis; all through the official CKAN API.
Truncation of univariate probability distributions. The probability distribution can come from other packages so long as the function names follow the standard d, p, q, r naming format. Also other univariate probability distributions are included.
Visualizing of distributions of covariance matrices. The package implements the methodology described in Tokuda, T., Goodrich, B., Van Mechelen, I., Gelman, A., & Tuerlinckx, F. (2012) <https://sites.stat.columbia.edu/gelman/research/unpublished/Visualization.pdf>.
This package provides a convenient interface for constructing plots to visualize the fit of regression models arising from a wide variety of models in R ('lm', glm', coxph', rlm', gam', locfit', lmer', randomForest
', etc.).
Generates Realizations of First-Order Integer Valued Autoregressive Processes with Zero-Inflated Innovations (ZINAR(1)) and Estimates its Parameters as described in Garay et al. (2021) <doi:10.1007/978-3-030-82110-4_2>.
This package provides functions for computing the density and the distribution function of multivariate normal and "t" random variables, and for generating random vectors sampled from these distributions. Probabilities are computed via non-Monte Carlo methods.
This package provides a method to test genetic linkage with covariates by regression methods with response IBD sharing for relative pairs. Account for correlations of IBD statistics and covariates for relative pairs within the same pedigree.
This package extends the functionality of ggplot2, providing the capability to plot ternary diagrams for (a subset of) the ggplot2 geometries. Additionally, ggtern has implemented several new geometries which are unavailable to the standard ggplot2 release.
This package provides tools and functions for managing the download of binary files. Binary repositories are defined in the YAML format. Defining new pre-download, download and post-download templates allow additional repositories to be added.
Create and manage unique directories for each TensorFlow training run. This package provides a unique, time stamped directory for each run along with functions to retrieve the directory of the latest run or latest several runs.
This package provides a pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets