_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-frab 0.0-7
Propagated dependencies: r-rcpp@1.1.1-1.1 r-disordr@0.9-8-7
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/RobinHankin/frab
Licenses: GPL 2+
Build system: r
Synopsis: How to Add Two R Tables
Description:

This package provides methods to "add" two R tables; also an alternative interpretation of named vectors as generalized R tables, so that c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3). Uses disordR discipline (Hankin, 2022, <doi:10.48550/arXiv.2210.03856>). Extraction and replacement methods are provided. The underlying mathematical structure is the Free Abelian group, hence the name. To cite in publications please use Hankin (2023) <doi:10.48550/arXiv.2307.13184>.

r-gwrf 0.1.1
Propagated dependencies: r-tibble@3.3.1 r-ranger@0.18.0 r-pbapply@1.7-4 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/hac-lab/gwrf
Licenses: Expat
Build system: r
Synopsis: Geographically Weighted Random Forests
Description:

Fits geographically weighted random forest models using spatially localized training neighborhoods and ranger as the random forest engine. Supports fixed-distance and adaptive neighborhoods defined by observation rows or unique spatial locations, including repeated observations at the same location. Provides local predictions and permutation-based variable importance for examining spatial variation in predictive relationships. The geographical random forest approach is described by Georganos et al. (2021) <doi:10.1080/10106049.2019.1595177>, and the ranger engine by Wright and Ziegler (2017) <doi:10.18637/jss.v077.i01>.

r-ibst 1.2
Propagated dependencies: r-survival@3.8-6 r-rpart@4.1.27 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iBST
Licenses: GPL 2+
Build system: r
Synopsis: Improper Bagging Survival Tree
Description:

Fit a full or subsampling bagging survival tree on a mixture of population (susceptible and nonsusceptible) using either a pseudo R2 criterion or an adjusted Logrank criterion. The predictor is evaluated using the Out Of Bag Integrated Brier Score (IBS) and several scores of importance are computed for variable selection. The thresholds values for variable selection are computed using a nonparametric permutation test. See Cyprien Mbogning and Philippe Broet (2016)<doi:10.1186/s12859-016-1090-x> for an overview about the methods implemented in this package.

r-ifit 1.0.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-lpsolve@5.6.23
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ifit
Licenses: Expat
Build system: r
Synopsis: Simulation-Based Fitting of Parametric Models with Minimum Prior Information
Description:

This package implements an algorithm for fitting a generative model with an intractable likelihood using only box constraints on the parameters. The implemented algorithm consists of two phases. The first phase (global search) aims to identify the region containing the best solution, while the second phase (local search) refines this solution using a trust-region version of the Fisher scoring method to solve a quasi-likelihood equation. See Guido Masarotto (2025) <doi:10.48550/arXiv.2511.08180> for the details of the algorithm and supporting results.

r-mlmi 1.1.3
Propagated dependencies: r-norm@1.0-11.1 r-nlme@3.1-169 r-mix@1.0-13 r-matrix@1.7-5 r-mass@7.3-65 r-gsl@2.1-9 r-cat@0.0-9
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlmi
Licenses: GPL 3
Build system: r
Synopsis: Maximum Likelihood Multiple Imputation
Description:

This package implements proper and so-called Maximum Likelihood Multiple Imputation as described by von Hippel and Bartlett (2021) <doi:10.1214/20-STS793>. A number of different imputation methods are available, by utilising the norm', cat and mix packages. Inferences can be performed either using Rubin's rules (for proper imputation), or a modified version for maximum likelihood imputation. For maximum likelihood imputations a likelihood score based approach based on theory by Wang and Robins (1998) <doi:10.1093/biomet/85.4.935> is also available.

r-mdmb 1.9-22
Propagated dependencies: r-sirt@4.2-133 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-miceadds@3.20-10 r-coda@0.19-4.1 r-cdm@8.3-14
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/alexanderrobitzsch/mdmb
Licenses: GPL 2+
Build system: r
Synopsis: Model Based Treatment of Missing Data
Description:

This package contains model-based treatment of missing data for regression models with missing values in covariates or the dependent variable using maximum likelihood or Bayesian estimation (Ibrahim et al., 2005; <doi:10.1198/016214504000001844>; Luedtke, Robitzsch, & West, 2020a, 2020b; <doi:10.1080/00273171.2019.1640104><doi:10.1037/met0000233>). The regression model can be nonlinear (e.g., interaction effects, quadratic effects or B-spline functions). Multilevel models with missing data in predictors are available for Bayesian estimation. Substantive-model compatible multiple imputation can be also conducted.

r-page 0.4.0
Propagated dependencies: r-rsqlite@3.52.0 r-randomforest@4.7-1.2 r-network@1.20.0 r-metrica@2.1.1 r-mass@7.3-65 r-lars@1.3 r-glasso@1.11 r-ggally@2.4.0 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PAGE
Licenses: GPL 3
Build system: r
Synopsis: Predictor-Assisted Graphical Models under Error-in-Variables
Description:

We consider the network structure detection for variables Y with auxiliary variables X accommodated, which are possibly subject to measurement error. The following three functions are designed to address various structures by different methods : one is NP_Graph() that is used for handling the nonlinear relationship between the responses and the covariates, another is Joint_Gaussian() that is used for correction in linear regression models via the Gaussian maximum likelihood, and the other Cond_Gaussian() is for linear regression models via conditional likelihood function.

r-srpi 0.1.0
Propagated dependencies: r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=srpi
Licenses: GPL 3
Build system: r
Synopsis: Standardized Ranking Performance Index for Model Selection
Description:

Flexible implementation of the Standardized Ranking Performance Index (sRPI) for model selection based on multiple evaluation criteria. The package combines multiple statistical measures into a single index to provide an objective and robust ranking of models across calibration, validation, and combined scenarios. It supports evaluation of statistical, machine learning, and other predictive models using user-defined performance criteria. For more details see Aschonitis et al. (2019) <doi:10.1016/j.envsoft.2019.01.005> and Singh et al. (2023) <doi:10.1016/j.ecoinf.2022.101933>.

r-scpi 4.0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-reshape2@1.4.5 r-rdpack@2.6.6 r-qtools@1.6.0 r-purrr@1.2.2 r-matrix@1.7-5 r-mass@7.3-65 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-foreach@1.5.2 r-fastdummies@1.7.6 r-ecosolver@0.6.1 r-dplyr@1.2.1 r-dosnow@1.0.20 r-cvxr@1.8.2 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://nppackages.github.io/scpi/
Licenses: GPL 3
Build system: r
Synopsis: Synthetic Control Methods
Description:

Implementation of prediction and inference procedures for Synthetic Control methods using least square, lasso, ridge, or simplex-type constraints. Uncertainty is quantified with prediction intervals as developed in Cattaneo, Feng, and Titiunik (2021) <doi:10.1080/01621459.2021.1979561> for a single treated unit and in Cattaneo, Feng, Palomba, and Titiunik (2027) <doi:10.1162/rest_a_01588> for multiple treated units and staggered adoption. More details about the software implementation can be found in Cattaneo, Feng, Palomba, and Titiunik (2025) <doi:10.18637/jss.v113.i01>.

r-trip 1.10.0
Propagated dependencies: r-viridis@0.6.5 r-traipse@0.4.0 r-spatstat-geom@3.7-3 r-spatstat-explore@3.8-0 r-sp@2.2-1 r-rlang@1.2.0 r-reproj@0.8.0 r-raster@3.6-32 r-mass@7.3-65 r-glue@1.8.1 r-geodist@0.1.1 r-dplyr@1.2.1 r-crsmeta@0.3.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Trackage/trip
Licenses: GPL 3
Build system: r
Synopsis: Tracking Data
Description:

Access and manipulate spatial tracking data, with straightforward coercion from and to other formats. Filter for speed and create time spent maps from tracking data. There are coercion methods to convert between trip and ltraj from adehabitatLT', and between trip and psp and ppp from spatstat'. Trip objects can be created from raw or grouped data frames, and from types in the sp', sf', amt', trackeR', mousetrap', and other packages, Sumner, MD (2011) <https://figshare.utas.edu.au/articles/thesis/The_tag_location_problem/23209538>.

r-bang 1.0.4
Propagated dependencies: r-rust@1.4.4 r-bayesplot@1.15.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://paulnorthrop.github.io/bang/
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian Analysis, No Gibbs
Description:

This package provides functions for the Bayesian analysis of some simple commonly-used models, without using Markov Chain Monte Carlo (MCMC) methods such as Gibbs sampling. The rust package <https://cran.r-project.org/package=rust> is used to simulate a random sample from the required posterior distribution, using the generalized ratio-of-uniforms method. See Wakefield, Gelfand and Smith (1991) <DOI:10.1007/BF01889987> for details. At the moment three conjugate hierarchical models are available: beta-binomial, gamma-Poisson and a 1-way analysis of variance (ANOVA).

r-clcm 0.1.1
Propagated dependencies: r-numderiv@2016.8-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/CJangelo/CLCM
Licenses: GPL 3+
Build system: r
Synopsis: Estimate Confirmatory Latent Class Models
Description:

Estimate confirmatory latent class models for a variety of item response types that are encountered in the clinical field. One or two timepoints are supported. Latent regression estimation can be performed, allowing for comparisons of longitudinal latent class assignments (e.g., treatment success/failure) across observed groups (e.g., treatment arms in clinical trials). Fit statistics C2 (a limited-information goodness-of-fit statistic), Akaike Information Criterion (AIC), and Bayesian Information Criterion (BIC) are available as well. Methods are described in Iaconangelo (2026) <doi:10.5281/zenodo.22663151>.

r-ctxr 1.1.3
Propagated dependencies: r-urltools@1.7.3.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-lifecycle@1.0.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-data-table@1.18.4 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/USEPA/ctxR
Licenses: GPL 3+
Build system: r
Synopsis: Utilities for Interacting with the 'CTX' APIs
Description:

Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs <https://www.epa.gov/comptox-tools/computational-toxicology-and-exposure-apis>. ctxR was developed to streamline the process of accessing the information available through the CTX APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the EPA Computational Toxicology and Exposure Online Resources <https://www.epa.gov/comptox-tools>.

r-dpit 1.0
Propagated dependencies: r-vgam@1.1-14 r-moments@0.14.1 r-gsl@2.1-9 r-fitdistrplus@1.2-6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=Dpit
Licenses: GPL 2+
Build system: r
Synopsis: Distribution Pitting
Description:

Compares distributions with one another in terms of their fit to each sample in a dataset that contains multiple samples, as described in Joo, Aguinis, and Bradley (in press). Users can examine the fit of seven distributions per sample: pure power law, lognormal, exponential, power law with an exponential cutoff, normal, Poisson, and Weibull. Automation features allow the user to compare all distributions for all samples with a single command line, which creates a separate row containing results for each sample until the entire dataset has been analyzed.

r-gptr 0.7.0
Propagated dependencies: r-rcurl@1.98-1.18 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gptr
Licenses: Expat
Build system: r
Synopsis: Convenient R Interface with the OpenAI 'ChatGPT' API
Description:

This package provides a convenient interface with the OpenAI ChatGPT API <https://openai.com/api>. gptr allows you to interact with ChatGPT', a powerful language model, for various natural language processing tasks. The gptr R package makes talking to ChatGPT in R super easy. It helps researchers and data folks by simplifying the complicated stuff, like asking questions and getting answers. With gptr', you can use ChatGPT in R without any hassle, making it simpler for everyone to do cool things with language!

r-hmmm 1.0-5
Propagated dependencies: r-quadprog@1.5-8 r-nleqslv@3.3.7 r-mvtnorm@1.3-7 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://www.r-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Hierarchical Multinomial Marginal Models
Description:

This package provides functions for specifying and fitting marginal models for contingency tables proposed by Bergsma and Rudas (2002) <doi:10.1214/aos/1015362188> here called hierarchical multinomial marginal models (hmmm) and their extensions presented by Bartolucci, Colombi and Forcina (2007) <https://www.jstor.org/stable/24307737>; multinomial Poisson homogeneous (mph) models and homogeneous linear predictor (hlp) models for contingency tables proposed by Lang (2004) <doi:10.1214/aos/1079120140> and Lang (2005) <doi:10.1198/016214504000001042>. Inequality constraints on the parameters are allowed and can be tested.

r-lsjm 0.1.1
Propagated dependencies: r-survminer@0.5.2 r-survival@3.8-6 r-spacefillr@0.4.0 r-smoothhazard@2025.07.24 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7 r-marqlevalg@2.0.8 r-ggplot2@4.0.3 r-foreach@1.5.2 r-flexsurv@2.3.2 r-dplyr@1.2.1 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LSJM
Licenses: GPL 2+
Build system: r
Synopsis: Estimate Location-Scale Joint Models
Description:

Estimation of mixed models including a subject-specific variance that can be time- and covariate-dependent or defined for within- and between-visit variability. In the joint modeling framework, the package handles left truncation, interval censoring, and multistate models, and allows a flexible dependence structure between competing events and the longitudinal marker. Estimation is performed in a frequentist framework using the Marquardt-Levenberg algorithm. Methods are described in Courcoul et al. (2025) <doi:10.1002/sim.70244> and in Courcoul et al. (2026) <doi:10.1002/bimj.70123>.

r-lfmm 1.1
Propagated dependencies: r-rspectra@0.16-2 r-rmarkdown@2.31 r-readr@2.2.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-mass@7.3-65 r-knitr@1.51 r-ggplot2@4.0.3 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lfmm
Licenses: GPL 3
Build system: r
Synopsis: Latent Factor Mixed Models
Description:

Fast and accurate inference of gene-environment associations (GEA) in genome-wide studies (Caye et al., 2019, <doi:10.1093/molbev/msz008>). We developed a least-squares estimation approach for confounder and effect sizes estimation that provides a unique framework for several categories of genomic data, not restricted to genotypes. The speed of the new algorithm is several times faster than the existing GEA approaches, then our previous version of the LFMM program present in the LEA package (Frichot and Francois, 2015, <doi:10.1111/2041-210X.12382>).

r-mrpc 3.2.0
Propagated dependencies: r-wgcna@1.74 r-rgraphviz@2.56.0 r-psych@2.6.5 r-plyr@1.8.9 r-pcalg@2.7-12 r-network@1.20.0 r-mice@3.19.0 r-hmisc@5.2-5 r-gtools@3.9.5 r-graph@1.90.0 r-ggally@2.4.0 r-fastcluster@1.3.0 r-dynamictreecut@1.63-1 r-compositions@2.0-9 r-bnlearn@5.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MRPC
Licenses: GPL 2+
Build system: r
Synopsis: PC Algorithm with the Principle of Mendelian Randomization
Description:

This package provides a PC Algorithm with the Principle of Mendelian Randomization. This package implements the MRPC (PC with the principle of Mendelian randomization) algorithm to infer causal graphs. It also contains functions to simulate data under a certain topology, to visualize a graph in different ways, and to compare graphs and quantify the differences. See Badsha and Fu (2019) <doi:10.3389/fgene.2019.00460>, Badsha, Martin and Fu (2021) <doi:10.3389/fgene.2021.651812>, Kvamme and Badsha, et al. (2025) <doi:10.1093/genetics/iyaf064>.

r-mfsd 0.1.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7 r-fda@6.3.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MFSD
Licenses: GPL 3
Build system: r
Synopsis: Multivariate Functional Spatial Data
Description:

Analysis of multivariate functional spatial data, including spectral multivariate functional principal component analysis and related statistical procedures (Si-Ahmed, Idris, et al. "Principal component analysis of multivariate spatial functional data." Big Data Research 39 (2025) 100504). (Kuenzer, T., Hörmann, S., & Kokoszka, P. (2021). "Principal component analysis of spatially indexed functions." Journal of the American Statistical Association, 116(535), 1444-1456.) (Happ, C., & Greven, S. (2018). "Multivariate functional principal component analysis for data observed on different (dimensional) domains." Journal of the American Statistical Association, 113(522), 649-659.).

r-pits 0.1.0
Propagated dependencies: r-nlme@3.1-169
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/drdaviddelorenzo/PITS
Licenses: Expat
Build system: r
Synopsis: Power of Interrupted Time Series (ITS) Studies
Description:

This package provides tools for estimating the statistical power of Interrupted Time Series (ITS) designs, with a focus on healthcare applications. The package supports prospective power calculations before a study begins, and retrospective assessments of whether a completed study was adequately powered. It includes functions to estimate nuisance parameters (baseline, residual standard deviation, autocorrelation) from data observed before the intervention, and to estimate power via Monte Carlo simulation for single-site and multi-site designs. Utility functions for design optimisation sweeps and publication- ready plots are also provided.

r-pcra 1.3.1
Propagated dependencies: r-zoo@1.8-15 r-xts@0.14.2 r-robustbase@0.99-7 r-robstattm@1.0.11 r-r-cache@0.17.0 r-quadprog@1.5-8 r-portfolioanalytics@2.1.2 r-performanceanalytics@2.1.0 r-mass@7.3-65 r-lattice@0.22-9 r-devtools@2.5.2 r-data-table@1.18.4 r-corpcor@1.6.10 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/robustport/PCRA
Licenses: GPL 2
Build system: r
Synopsis: Companion to Portfolio Construction and Risk Analysis
Description:

This package provides a collection of functions and data sets that support teaching a quantitative finance MS level course on Portfolio Construction and Risk Analysis, and the writing of a textbook for such a course. The package is unique in providing several real-world data sets that may be used for problem assignments and student projects. The data sets include cross-sections of stock data from the Center for Research on Security Prices, LLC (CRSP), corresponding factor exposures data from S&P Global, and several SP500 data sets.

r-sccs 1.7
Propagated dependencies: r-survival@3.8-6 r-r-methodss3@1.8.2 r-gnm@1.1-5 r-fda@6.3.0 r-corpcor@1.6.10
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SCCS
Licenses: GPL 2+
Build system: r
Synopsis: The Self-Controlled Case Series Method
Description:

Various self-controlled case series models used to investigate associations between time-varying exposures such as vaccines or other drugs or non drug exposures and an adverse event can be fitted. Detailed information on the self-controlled case series method and its extensions with more examples can be found in Farrington, P., Whitaker, H., and Ghebremichael Weldeselassie, Y. (2018, ISBN: 978-1-4987-8159-6. Self-controlled Case Series studies: A modelling Guide with R. Boca Raton: Chapman & Hall/CRC Press) and <https://sccs-studies.info/index.html>.

r-t1ff 0.1.0
Propagated dependencies: r-kernlab@0.9-33 r-e1071@1.7-17
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=T1FF
Licenses: Expat
Build system: r
Synopsis: Type-1 Fuzzy Functions for Classification, Regression, and Forecasting
Description:

Fits Type-1 Fuzzy Function models for binary classification, numeric regression, and time-series forecasting with user-supplied temporal predictors. The package combines fuzzy C-means memberships, nonlinear membership transformations, cluster-specific linear or support vector machine models, and membership-weighted predictions. It also provides model evaluation, validation, K-fold and stratified K-fold tuning, and repeated nested cross-validation with task-appropriate metrics. The regression workflow can be used for forecasting when temporal dependence is represented by lagged or seasonal predictors and assessment partitions preserve chronological order.

Total packages: 32724