_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-icskat 0.3.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICSKAT
Licenses: GPL 3
Build system: r
Synopsis: Interval-Censored Sequence Kernel Association Test
Description:

This package implements the Interval-Censored Sequence Kernel Association (ICSKAT) test for testing the association between interval-censored time-to-event outcomes and groups of single nucleotide polymorphisms (SNPs). Interval-censored time-to-event data occur when the event time is not known exactly but can be deduced to fall within a given interval. For example, some medical conditions like bone mineral density deficiency are generally only diagnosed at clinical visits. If a patient goes for clinical checkups yearly and is diagnosed at, say, age 30, then the onset of the deficiency is only known to fall between the date of their age 29 checkup and the date of the age 30 checkup. Interval-censored data include right- and left-censored data as special cases. This package also implements the interval-censored Burden test and the ICSKATO test, which is the optimal combination of the ICSKAT and Burden tests. Please see the vignette for a quickstart guide. The paper describing these methods is " Inference for Set-Based Effects in Genetic Association Studies with Interval-Censored Outcomes" by Sun R, Zhu L, Li Y, Yasui Y, & Robison L (Biometrics 2023, <doi:10.1111/biom.13636>).

r-inzightplots 2.16.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://inzight.nz
Licenses: GPL 3
Build system: r
Synopsis: Graphical Tools for Exploring Data with 'iNZight'
Description:

Simple plotting function(s) for exploratory data analysis with flexible options allowing for easy plot customisation. The goal is to make it easy for beginners to start exploring a dataset through simple R function calls, as well as provide a similar interface to summary statistics and inference information. Includes functionality to generate interactive HTML-driven graphs. Used by iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions.

r-imix 1.1.5
Propagated dependencies: r-mvtnorm@1.3-3 r-mixtools@2.0.0.1 r-mclust@6.1.2 r-mass@7.3-65 r-ggplot2@4.0.1 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/ziqiaow/IMIX
Licenses: GPL 2
Build system: r
Synopsis: Gaussian Mixture Model for Multi-Omics Data Integration
Description:

This package provides a multivariate Gaussian mixture model framework to integrate multiple types of genomic data and allow modeling of inter-data-type correlations for association analysis. IMIX can be implemented to test whether a disease is associated with genes in multiple genomic data types, such as DNA methylation, copy number variation, gene expression, etc. It can also study the integration of multiple pathways. IMIX uses the summary statistics of association test outputs and conduct integration analysis for two or three types of genomics data. IMIX features statistically-principled model selection, global FDR control and computational efficiency. Details are described in Ziqiao Wang and Peng Wei (2020) <doi:10.1093/bioinformatics/btaa1001>.

r-ioanalysis 0.3.4
Propagated dependencies: r-plot3d@1.4.2 r-lpsolve@5.6.23 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: http://www.real.illinois.edu
Licenses: GPL 2+
Build system: r
Synopsis: Input Output Analysis
Description:

Calculates fundamental IO matrices (Leontief, Wassily W. (1951) <doi:10.1038/scientificamerican1051-15>); within period analysis via various rankings and coefficients (Sonis and Hewings (2006) <doi:10.1080/09535319200000013>, Blair and Miller (2009) <ISBN:978-0-521-73902-3>, Antras et al (2012) <doi:10.3386/w17819>, Hummels, Ishii, and Yi (2001) <doi:10.1016/S0022-1996(00)00093-3>); across period analysis with impact analysis (Dietzenbacher, van der Linden, and Steenge (2006) <doi:10.1080/09535319300000017>, Sonis, Hewings, and Guo (2006) <doi:10.1080/09535319600000002>); and a variety of table operators.

r-icompelm 0.1.0
Propagated dependencies: r-tsutils@0.9.4 r-ica@1.0-3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICompELM
Licenses: GPL 3
Build system: r
Synopsis: Independent Component Analysis Based Extreme Learning Machine
Description:

Single Layer Feed-forward Neural networks (SLFNs) have many applications in various fields of statistical modelling, especially for time-series forecasting. However, there are some major disadvantages of training such networks via the widely accepted gradient-based backpropagation algorithm, such as convergence to local minima, dependencies on learning rate and large training time. These concerns were addressed by Huang et al. (2006) <doi:10.1016/j.neucom.2005.12.126>, wherein they introduced the Extreme Learning Machine (ELM), an extremely fast learning algorithm for SLFNs which randomly chooses the weights connecting input and hidden nodes and analytically determines the output weights of SLFNs. It shows good generalized performance, but is still subject to a high degree of randomness. To mitigate this issue, this package uses a dimensionality reduction technique given in Hyvarinen (1999) <doi:10.1109/72.761722>, namely, the Independent Component Analysis (ICA) to determine the input-hidden connections and thus, remove any sort of randomness from the algorithm. This leads to a robust, fast and stable ELM model. Using functions within this package, the proposed model can also be compared with an existing alternative based on the Principal Component Analysis (PCA) algorithm given by Pearson (1901) <doi:10.1080/14786440109462720>, i.e., the PCA based ELM model given by Castano et al. (2013) <doi:10.1007/s11063-012-9253-x>, from which the implemented ICA based algorithm is greatly inspired.

r-icecream 0.2.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://www.lewinfox.com/icecream/
Licenses: Expat
Build system: r
Synopsis: Print Debugging Made Sweeter
Description:

This package provides user-friendly and configurable print debugging via a single function, ic(). Wrap an expression in ic() to print the expression, its value and (where available) its source location. Debugging output can be toggled globally without modifying code.

r-incidence2 2.6.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://www.reconverse.org/incidence2/
Licenses: Expat
Build system: r
Synopsis: Compute, Handle and Plot Incidence of Dated Events
Description:

This package provides functions and classes to compute, handle and visualise incidence from dated events for a defined time interval. Dates can be provided in various standard formats. The class incidence2 is used to store computed incidence and can be easily manipulated, subsetted, and plotted.

r-istatr 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/jfulponi/istatR
Licenses: FSDG-compatible
Build system: r
Synopsis: Interface to the Italian National Institute of Statistics ('ISTAT') API
Description:

This package provides an interface to the ISTAT SDMX RESTful API <https://esploradati.istat.it/SDMXWS>. Allows users to discover available datasets, explore their structure and dimensions, and retrieve statistical data from the Italian National Institute of Statistics. Based on the Python istatapi package by Jacopo Attolini.

r-icpack 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=icpack
Licenses: GPL 2+
Build system: r
Synopsis: Survival Analysis of Interval-Censored Data
Description:

Survival analysis of interval-censored data with proportional hazards, and an explicit smooth estimate of the baseline log-hazard with P-splines.

r-interpretmsspectrum 1.5.2
Propagated dependencies: r-plyr@1.8.9 r-envipat@2.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/janlisec/InterpretMSSpectrum
Licenses: GPL 3
Build system: r
Synopsis: Interpreting High Resolution Mass Spectra
Description:

High resolution mass spectrometry yields often large data sets of spectra from compounds which are not present in available libraries. These spectra need to be annotated and interpreted. InterpretMSSpectrum provides a set of functions to perform such tasks for Electrospray-Ionization and Atmospheric-Pressure-Chemical-Ionization derived data in positive and negative ionization mode.

r-imdbapi 0.1.0
Propagated dependencies: r-stringr@1.6.0 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=imdbapi
Licenses: GPL 3
Build system: r
Synopsis: Get Movie, Television Data from the 'imdb' Database
Description:

This package provides API access to the <http://imdbapi.net> which maintains metadata about movies, games and television shows through a public API.

r-iweigreg 1.1
Propagated dependencies: r-trust@0.1-8 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: http://www.stat.rutgers.edu/~ztan
Licenses: GPL 2+
Build system: r
Synopsis: Improved Methods for Causal Inference and Missing Data Problems
Description:

Improved methods based on inverse probability weighting and outcome regression for causal inference and missing data problems.

r-inlavaan 0.2.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://inlavaan.haziqj.ml/
Licenses: GPL 3+
Build system: r
Synopsis: Approximate Bayesian Latent Variable Analysis
Description:

This package implements approximate Bayesian inference for Structural Equation Models (SEM) using a custom adaptation of the Integrated Nested Laplace Approximation as described in Rue et al. (2009) <doi:10.1111/j.1467-9868.2008.00700.x>. Provides a computationally efficient alternative to Markov Chain Monte Carlo (MCMC) for Bayesian estimation, allowing users to fit latent variable models using the lavaan syntax.

r-icv 1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICV
Licenses: GPL 2
Build system: r
Synopsis: Indirect Cross-Validation (ICV) for Kernel Density Estimation
Description:

This package provides functions for computing the global and local Gaussian density estimates based on the ICV bandwidth. See the article of Savchuk, O.Y., Hart, J.D., Sheather, S.J. (2010). Indirect cross-validation for density estimation. Journal of the American Statistical Association, 105(489), 415-423 <doi:10.1198/jasa.2010.tm08532>.

r-irishdirectorates 1.5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IrishDirectorates
Licenses: GPL 3
Build system: r
Synopsis: Dynamic Bipartite Latent Space Model to Analyse Irish Companies' Boards from 2003 to 2013
Description:

This package 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>.

r-ipa 0.1.0
Propagated dependencies: r-stringi@1.8.7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/rossellhayes/ipa
Licenses: Expat
Build system: r
Synopsis: Convert Between Phonetic Alphabets
Description:

Converts character vectors between phonetic representations. Supports IPA (International Phonetic Alphabet), X-SAMPA (Extended Speech Assessment Methods Phonetic Alphabet), and ARPABET (used by the CMU Pronouncing Dictionary).

r-infotrad 1.2
Propagated dependencies: r-nloptr@2.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=InfoTrad
Licenses: GPL 3
Build system: r
Synopsis: Calculates the Probability of Informed Trading (PIN)
Description:

Estimates the probability of informed trading (PIN) initially introduced by Easley et. al. (1996) <doi:10.1111/j.1540-6261.1996.tb04074.x> . Contribution of the package is that it uses likelihood factorizations of Easley et. al. (2010) <doi:10.1017/S0022109010000074> (EHO factorization) and Lin and Ke (2011) <doi:10.1016/j.finmar.2011.03.001> (LK factorization). Moreover, the package uses different estimation algorithms. Specifically, the grid-search algorithm proposed by Yan and Zhang (2012) <doi:10.1016/j.jbankfin.2011.08.003> , hierarchical agglomerative clustering approach proposed by Gan et. al. (2015) <doi:10.1080/14697688.2015.1023336> and later extended by Ersan and Alici (2016) <doi:10.1016/j.intfin.2016.04.001> .

r-igate 0.3.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/stefan-stein/igate
Licenses: GPL 3
Build system: r
Synopsis: Guided Analytics for Testing Manufacturing Parameters
Description:

An implementation of the initial guided analytics for parameter testing and controlband extraction framework. Functions are available for continuous and categorical target variables as well as for generating standardized reports of the conducted analysis. See <https://github.com/stefan-stein/igate> for more information on the technology.

r-ig-degree-betweenness 0.2.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/benyamindsmith/ig.degree.betweenness
Licenses: Expat
Build system: r
Synopsis: "Smith-Pittman Community Detection Algorithm for 'igraph' Objects (2024)"
Description:

This package implements the "Smith-Pittman" community detection algorithm for network analysis using igraph objects. This algorithm combines node degree and betweenness centrality measures to identify communities within networks, with a gradient evident in social partitioning. The package provides functions for community detection, visualization, and analysis of the resulting community structure. Methods are based on results from Smith, Pittman and Xu (2024) <doi:10.48550/arXiv.2411.01394>.

r-imuf 0.6.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/gitboosting/imuf
Licenses: Expat
Build system: r
Synopsis: Estimate Orientation of an Inertial Measurement Unit
Description:

Estimate the orientation of an inertial measurement unit (IMU) with a 3-axis accelerometer and a 3-axis gyroscope using a complementary filter. imuf takes an IMU's accelerometer and gyroscope readings, time duration, its initial orientation, and a gain factor as inputs, and returns an estimate of the IMU's final orientation.

r-ibger 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/StrategicProjects/ibger
Licenses: Expat
Build system: r
Synopsis: Access the 'IBGE' Aggregate Data API from 'R'
Description:

Tidyverse'-friendly interface to the Brazilian Institute of Geography and Statistics ('IBGE') aggregate data API <https://servicodados.ibge.gov.br/api/docs/agregados?versao=3>. Query aggregates, variables, localities, periods, and metadata from surveys and censuses conducted by IBGE'.

r-islasso 1.6.2
Propagated dependencies: r-gridextra@2.3 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://gianluca-sottile.github.io/islasso/
Licenses: GPL 2+
Build system: r
Synopsis: The Induced Smoothed Lasso
Description:

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>.

r-ic10trainingdata 2.0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iC10TrainingData
Licenses: GPL 3
Build system: r
Synopsis: Training Datasets for iC10 Package
Description:

Training datasets for iC10; which implements the classifier described in the paper Genome-driven integrated classification of breast cancer validated in over 7,500 samples (Ali HR et al., Genome Biology 2014). It uses copy number and/or expression form breast cancer data, trains a pamr classifier (Tibshirani et al.) with the features available and predicts the iC10 group. Genomic annotation for the training dataset has been obtained from Mark Dunning's lluminaHumanv3.db package.

r-instagramadsr 0.1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://windsor.ai/
Licenses: GPL 3
Build system: r
Synopsis: Access to Instagram Ads via the 'Windsor.ai' API
Description:

Collect marketing data from Instagram Ads using the Windsor.ai API <https://windsor.ai/api-fields/>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457