r-isqg
|
public |
Accomplish high performance simulations in quantitative genetics. The molecular genetic components are represented by R6/C++ classes and methods. The core computational algorithm is implemented using bitsets according to <doi:10.1534/g3.119.400373>. A mix between low and high level interfaces provides great flexibility and allows user defined extensions and a wide range of applications.
|
2025-04-22 |
r-iso
|
public |
Linear order and unimodal order (univariate) isotonic regression; bivariate isotonic regression with linear order on both variables.
|
2025-04-22 |
r-islasso
|
public |
An implementation of the induced smoothing (IS) idea to lasso regularization models to allow estimation and inference on the model coefficients (currently hypothesis testing only). Linear, logistic, Poisson and gamma regressions with several link functions are implemented. The algorithm is described in the original paper; see <doi:10.1177/0962280219842890> and discussed in a tutorial <doi:10.13140/RG.2.2.16360.11521>.
|
2025-04-22 |
r-isnullptr
|
public |
Check if an 'externalptr' is a null pointer. R does currently not have a native function for that purpose. This package contains a C function that returns TRUE in case of a null pointer.
|
2025-04-22 |
r-island
|
public |
Develops stochastic models based on the Theory of Island Biogeography (TIB) of MacArthur and Wilson (1967) <doi:10.1023/A:1016393430551> and extensions. It implements methods to estimate colonization and extinction rates (including environmental variables) given presence-absence data, simulates community assembly, and performs model selection.
|
2025-04-22 |
r-isingsampler
|
public |
Sample states from the Ising model and compute the probability of states. Sampling can be done for any number of nodes, but due to the intractibility of the Ising model the distribution can only be computed up to ~10 nodes.
|
2025-04-22 |
r-isinglenzmc
|
public |
Classical Ising Model is a land mark system in statistical physics.The model explains the physics of spin glasses and magnetic materials, and cooperative phenomenon in general, for example phase transitions and neural networks.This package provides utilities to simulate one dimensional Ising Model with Metropolis and Glauber Monte Carlo with single flip dynamics in periodic boundary conditions. Utility functions for exact solutions are provided.
|
2025-04-22 |
r-isa2
|
public |
The ISA is a biclustering algorithm that finds modules in an input matrix. A module or bicluster is a block of the reordered input matrix.
|
2025-04-22 |
r-isbf
|
public |
Selection of features for sparse regression estimation (like the LASSO). Selection of blocks of features when the regression parameter is sparse and constant by blocks (like the Fused-LASSO). Application to cgh arrays.
|
2025-04-22 |
r-irregular1
|
public |
Simulation and density evaluation of irregularly sampled stationary AR(1) processes with Gaussian errors using the algorithms described in Allévius (2018) <arXiv:1801.03791>.
|
2025-04-22 |
r-ipfp
|
public |
A fast (C) implementation of the iterative proportional fitting procedure.
|
2025-04-22 |
r-irishdirectorates
|
public |
Provides the dataset and an implementation of the method illustrated in Friel, N., Rastelli, R., Wyse, J. and Raftery, A.E. (2016) <DOI:10.1073/pnas.1606295113>.
|
2025-04-22 |
r-irafnet
|
public |
Provides a flexible integrative algorithm that allows information from prior data, such as protein protein interactions and gene knock-down, to be jointly considered for gene regulatory network inference.
|
2025-04-22 |
r-intsurv
|
public |
Contains implementations of integrative survival analysis routines, including regular Cox cure rate model proposed by Kuk and Chen (1992) <doi:10.1093/biomet/79.3.531> via an EM algorithm proposed by Sy and Taylor (2000) <doi:10.1111/j.0006-341X.2000.00227.x>, regularized Cox cure rate model with elastic net penalty following Masud et al. (2018) <doi:10.1177/0962280216677748>, and Zou and Hastie (2005) <doi:10.1111/j.1467-9868.2005.00503.x>, and weighted concordance index for cure models proposed by Asano and Hirakawa (2017) <doi:10.1080/10543406.2017.1293082>.
|
2025-04-22 |
r-intreggof
|
public |
Performs Goodness of Fit for regression models using Integrated Regression method. Works for several different fitting techniques.
|
2025-04-22 |
r-iotools
|
public |
Basic I/O tools for streaming and data parsing.
|
2025-04-22 |
r-intervalsurgeon
|
public |
Manipulate integer-bounded intervals including finding overlaps, piling and merging.
|
2025-04-22 |
r-interact
|
public |
This package searches for marginal interactions in a binary response model. Interact uses permutation methods to estimate false discovery rates for these marginal interactions and has some, limited visualization capabilities
|
2025-04-22 |
r-interep
|
public |
Extensive penalized variable selection methods have been developed in the past two decades for analyzing high dimensional omics data, such as gene expressions, single nucleotide polymorphisms (SNPs), copy number variations (CNVs) and others. However, lipidomics data have been rarely investigated by using high dimensional variable selection methods. This package incorporates our recently developed penalization procedures to conduct interaction analysis for high dimensional lipidomics data with repeated measurements. The core module of this package is developed in C++. The development of this software package and the associated statistical methods have been partially supported by an Innovative Research Award from Johnson Cancer Research Center, Kansas State University.
|
2025-04-22 |
r-intervals
|
public |
Tools for working with and comparing sets of points and intervals.
|
2025-04-22 |
r-interp
|
public |
Bivariate data interpolation on regular and irregular grids, either linear or using splines are the main part of this package. It is intended to provide FOSS replacement functions for the ACM licensed akima::interp and tripack::tri.mesh functions. Linear interpolation is implemented in interp::interp(..., method="linear"), this corresponds to the call akima::interp(..., linear=TRUE) which is the default setting and covers most of akima::interp use cases in depending packages. A re-implementation of Akimas irregular grid spline interpolation (akima::interp(..., linear=FALSE)) is now also available via interp::interp(..., method="akima"). Estimators for partial derivatives are now also available in interp::locpoly(), these are a prerequisite for the spline interpolation. The basic part is a GPLed triangulation algorithm (sweep hull algorithm by David Sinclair) providing the starting point for the irregular grid interpolator. As side effect this algorithm is also used to provide replacements for almost all functions of the tripack package which also suffers from the same ACM license restrictions. All functions are designed to be backward compatible with their akima / tripack counterparts.
|
2025-04-22 |
r-inca
|
public |
Specific functions are provided for rounding real weights to integers and performing an integer programming algorithm for calibration problems. They are useful for census-weights adjustments, or for performing linear regression with integer parameters. This research was supported in part by the U.S. Department of Agriculture, National Agriculture Statistics Service. The findings and conclusions in this publication are those of the authors and should not be construed to represent any official USDA, or US Government determination or policy.
|
2025-04-22 |
r-inplace
|
public |
It provides in-place operators for R that are equivalent to '+=', '-=', '*=', '/=' in C++. Those can be applied on integer|double vectors|matrices. You have also access to sweep operations (in-place).
|
2025-04-22 |
r-independencetests
|
public |
Functions for testing mutual independence between many numerical random vectors or serial independence of a multivariate stationary sequence. The proposed test works when some or all of the marginal distributions are singular with respect to Lebesgue measure.
|
2025-04-22 |
r-infotheo
|
public |
This package implements various measures of information theory based on several entropy estimators.
|
2025-04-22 |