Summarize model output using a robust effect size index. The index is introduced in Vandekar, Tao, & Blume (2020, <doi:10.1007/s11336-020-09698-2>). Software paper available at <doi:10.18637/jss.v112.i03>.
Collection of models and analysis methods used in regional and urban economics and (quantitative) economic geography, e.g. measures of inequality, regional disparities and convergence, regional specialization as well as accessibility and spatial interaction models.
This package provides a recursively partitioned mixture model for Beta and Gaussian mixtures. This is a model-based clustering algorithm that returns a hierarchy of classes, similar to hierarchical clustering, but also similar to finite mixture models.
This package provides functions for extracting feature contributions from a random forest model from package randomForest. Feature contributions provide detailed information about the relationship between data variables and the predicted value returned by random forest model.
This package provides tools for manipulating, exploring, and visualising multiple-response data, including scored or ranked responses. Conversions to and from factors, lists, strings, matrices; reordering, lumping, flattening; set operations; tables; frequency and co-occurrence plots.
Efficient implementation of several Optimal Transport algorithms in Fangzhou Xie (2025) <doi:10.48550/arXiv.2504.08722> and the Wasserstein Index Generation (WIG) model in Fangzhou Xie (2020) <doi:10.1016/j.econlet.2019.108874>.
This package provides tools for regression-based Boolean rule inference in artificial intelligence studies. The package fits ridge regression models on conjunction expansions and composes interpretable rule sets. Parallel execution is supported for multi-CPU environments.
This package provides a pure R implementation of the t-SNE algorithm.
Combining Univariate Association Test Results of Multiple Phenotypes for Detecting Pleiotropy.
Collection of functions for distributed lag linear and non-linear models.
This package provides a framework for creating plots with glowing points.
Package for fast computation of the maximum kernel likelihood estimator (mkle).
Visualizes multiple sequence alignments dynamically within the Shiny web application framework.
This package provides functions for measuring population divergence from genotypic data.
This package contains functions for visualization univariate data: ccdplot and qddplot.
This package provides a cross-validated minimal-optimal feature selection algorithm. It utilises popularity counting, hierarchical clustering with feature dissimilarity measures, and prefiltering with all-relevant feature selection method to obtain the minimal-optimal set of features.
Random vectors, called rvecs. An rvec holds multiple draws, but tries to behave like a standard R vector, including working well in data frames. Rvecs are useful for analysing output from a simulation or a Bayesian analysis.
This package provides methods for Resampling-based False Discovery Proportion control. A function is provided that provides simultaneous, multi-resolution False Discovery Exceedance (FDX) control as described in Hemerik (2025) <doi:10.48550/arXiv.2509.02376>.
This is a package for parallel computing with a network of local and remote workers. It enables fast exchange of results between the workers through a Redis database. Key features include task queues, local caching, and sophisticated error handling.
This package finds the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library. It provides approximate, exact searches, fixed radius searches, bd and kb trees.
This package provides methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers.
This package provides an R wrapper for BWA alignment algorithms. Both BWA-backtrack and BWA-MEM are available. Convenience function to build a BWA index from a reference genome is also provided. Currently not supported for Windows machines.
Convenience functions to make some common tasks with right-to-left string printing easier, more convenient and with no need to remember long Unicode characters. Specifically helpful for right-to-left languages such as Arabic, Persian and Hebrew.
Implementation of Robust Regression tailored to deal with Asymmetric noise Distribution, which was originally proposed by Takeuchi & Bengio & Kanamori (2002) <doi:10.1162/08997660260293300>. In addition, this implementation is extended as introducing potential feature regularization by LASSO etc.