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.
This package provides alternative statistical methods for meta-analysis, including:
bivariate generalized linear mixed models for synthesizing odds ratios, relative risks, and risk differences
heterogeneity tests and measures that are robust to outliers;
measures, tests, and visualization tools for publication bias or small-study effects;
meta-analysis of diagnostic tests for synthesizing sensitivities, specificities, etc.;
meta-analysis methods for synthesizing proportions;
models for multivariate meta-analysis.
Annoy is a small C++ library for Approximate Nearest Neighbors written for efficient memory usage as well an ability to load from and save to disk. This package provides an R interface.
This package provides a minimal R client to access the GitHub API.
This package implements the Python leidenalg module to be called in R. It enables clustering using the Leiden algorithm for partitioning a graph into communities. See also Traag et al (2018) "From Louvain to Leiden: guaranteeing well-connected communities." <arXiv:1810.08473>.
This package provides a collection of functions that perform operations on time-series accelerometer data, such as identify the non-wear time, flag minutes that are part of an activity bout, and find the maximum 10-minute average count value. The functions are generally very flexible, allowing for a variety of algorithms to be implemented.
This package provides a set of simple functions that transforms longitudinal data to estimate the cosinor linear model as described in Tong (1976). Methods are given to summarize the mean, amplitude and acrophase, to predict the mean annual outcome value, and to test the coefficients.
This package provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.
This package provides miscellaneous functions commonly used in other packages maintained by Yihui Xie.
This package provides two methods of plotting categorical scatter plots such that the arrangement of points within a category reflects the density of data at that region, and avoids over-plotting.
This package lets you standardize country names, convert them into one of 40 different coding schemes, convert between coding schemes, and assign region descriptors.
This package provides tools to compute Gower's distance (or similarity) coefficient between records, and to compute the top-n matches between records. Core algorithms are executed in parallel on systems supporting OpenMP.
This is a pure R implementation of the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) with optional restarts (IPOP-CMA-ES).
This package calculates classic and/or bootstrap confidence intervals for many parameters such as the population mean, variance, interquartile range (IQR), median absolute deviation (MAD), skewness, kurtosis, Cramer's V, odds ratio, R-squared, quantiles (including median), proportions, different types of correlation measures, difference in means, quantiles and medians. Many of the classic confidence intervals are described in Smithson, M. (2003, ISBN: 978-0761924999). Bootstrap confidence intervals are calculated with the R package boot. Both one- and two-sided intervals are supported.
This package provides functions to compute the distribution function of quadratic forms in normal variables using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu et al.'s algorithm.
Algorithms to find arrangements of non-overlapping circles.
This package provides tools to create pretty tables for HTML documents and other formats. Functions are provided to let users create tables, modify and format their content. It extends the officer package and can be used within R markdown documents when rendering to HTML and to Word documents.
This tool provides an algorithm to identify rare cell types in single-cell data. It also identifies abundant cell types. The method is based on transcript counts obtained with unique molecular identifies.
Lp_solve is software for solving linear, integer and mixed integer programs. This implementation supplies a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems.
This package provides a collection of functions to compute the standardized effect sizes for experiments (Cohen d, Hedges g, Cliff delta, Vargha-Delaney A). The computation algorithms have been optimized to allow efficient computation even with very large data sets.
This package provides a unified interface to various machine learning algorithms. Confusion matrices are provided too.
This package contains functions for the analysis of Discrete Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated Poisson Process. It includes functions for simulation, parameter estimation, and the Viterbi algorithm. The algorithms are based of those of Walter Zucchini.
Uniform manifold approximation and projection is a technique for dimension reduction. This package provides an interface to the UMAP algorithm in R, including a translation of the original algorithm into R.
This package provides string and binary representations of objects for several formats and MIME types.
This package provides functions relating to time series analysis and computational finance.