Showing 200 of total 794 results (show query)

revolutionanalytics

iterators:Provides Iterator Construct

Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.

Maintained by Folashade Daniel. Last updated 3 years ago.

86.8 match 5 stars 13.74 score 1.7k scripts 2.8k dependents

ramhiser

itertools2:Iterators for efficient looping

A port of Python's excellent itertools module to R for efficient looping.

Maintained by John A. Ramey. Last updated 9 years ago.

itertools

90.9 match 12 stars 5.10 score 35 scripts 2 dependents

jwood000

RcppAlgos:High Performance Tools for Combinatorics and Computational Mathematics

Provides optimized functions and flexible iterators implemented in C++ for solving problems in combinatorics and computational mathematics. Handles various combinatorial objects including combinations, permutations, integer partitions and compositions, Cartesian products, unordered Cartesian products, and partition of groups. Utilizes the RMatrix class from 'RcppParallel' for thread safety. The combination and permutation functions contain constraint parameters that allow for generation of all results of a vector meeting specific criteria (e.g. finding all combinations such that the sum is between two bounds). Capable of ranking/unranking combinatorial objects efficiently (e.g. retrieve only the nth lexicographical result) which sets up nicely for parallelization as well as random sampling. Gmp support permits exploration where the total number of results is large (e.g. comboSample(10000, 500, n = 4)). Additionally, there are several high performance number theoretic functions that are useful for problems common in computational mathematics. Some of these functions make use of the fast integer division library 'libdivide'. The primeSieve function is based on the segmented sieve of Eratosthenes implementation by Kim Walisch. It is also efficient for large numbers by using the cache friendly improvements originally developed by Tomรกs Oliveira. Finally, there is a prime counting function that implements Legendre's formula based on the work of Kim Walisch.

Maintained by Joseph Wood. Last updated 1 months ago.

combinationscombinatoricsfactorizationnumber-theoryparallelpermutationprime-factorizationsprimesievegmpcpp

25.2 match 45 stars 10.04 score 153 scripts 12 dependents

pierre-andre

ibr:Iterative Bias Reduction

Multivariate smoothing using iterative bias reduction with kernel, thin plate splines, Duchon splines or low rank splines.

Maintained by "Pierre-Andre Cornillon". Last updated 2 years ago.

openblas

61.5 match 1.28 score 19 scripts

briencj

asremlPlus:Augments 'ASReml-R' in Fitting Mixed Models and Packages Generally in Exploring Prediction Differences

Assists in automating the selection of terms to include in mixed models when 'asreml' is used to fit the models. Procedures are available for choosing models that conform to the hierarchy or marginality principle, for fitting and choosing between two-dimensional spatial models using correlation, natural cubic smoothing spline and P-spline models. A history of the fitting of a sequence of models is kept in a data frame. Also used to compute functions and contrasts of, to investigate differences between and to plot predictions obtained using any model fitting function. The content falls into the following natural groupings: (i) Data, (ii) Model modification functions, (iii) Model selection and description functions, (iv) Model diagnostics and simulation functions, (v) Prediction production and presentation functions, (vi) Response transformation functions, (vii) Object manipulation functions, and (viii) Miscellaneous functions (for further details see 'asremlPlus-package' in help). The 'asreml' package provides a computationally efficient algorithm for fitting a wide range of linear mixed models using Residual Maximum Likelihood. It is a commercial package and a license for it can be purchased from 'VSNi' <https://vsni.co.uk/> as 'asreml-R', who will supply a zip file for local installation/updating (see <https://asreml.kb.vsni.co.uk/>). It is not needed for functions that are methods for 'alldiffs' and 'data.frame' objects. The package 'asremPlus' can also be installed from <http://chris.brien.name/rpackages/>.

Maintained by Chris Brien. Last updated 26 days ago.

asremlmixed-models

6.9 match 19 stars 9.34 score 200 scripts

functionaldata

fdapace:Functional Data Analysis and Empirical Dynamics

A versatile package that provides implementation of various methods of Functional Data Analysis (FDA) and Empirical Dynamics. The core of this package is Functional Principal Component Analysis (FPCA), a key technique for functional data analysis, for sparsely or densely sampled random trajectories and time courses, via the Principal Analysis by Conditional Estimation (PACE) algorithm. This core algorithm yields covariance and mean functions, eigenfunctions and principal component (scores), for both functional data and derivatives, for both dense (functional) and sparse (longitudinal) sampling designs. For sparse designs, it provides fitted continuous trajectories with confidence bands, even for subjects with very few longitudinal observations. PACE is a viable and flexible alternative to random effects modeling of longitudinal data. There is also a Matlab version (PACE) that contains some methods not available on fdapace and vice versa. Updates to fdapace were supported by grants from NIH Echo and NSF DMS-1712864 and DMS-2014626. Please cite our package if you use it (You may run the command citation("fdapace") to get the citation format and bibtex entry). References: Wang, J.L., Chiou, J., Mรผller, H.G. (2016) <doi:10.1146/annurev-statistics-041715-033624>; Chen, K., Zhang, X., Petersen, A., Mรผller, H.G. (2017) <doi:10.1007/s12561-015-9137-5>.

Maintained by Yidong Zhou. Last updated 9 months ago.

cpp

3.8 match 31 stars 11.46 score 474 scripts 25 dependents

jacgoldsm

peruse:A Tidy API for Sequence Iteration and Set Comprehension

A friendly API for sequence iteration and set comprehension.

Maintained by Jacob Goldsmith. Last updated 4 years ago.

15.6 match 1 stars 2.70 score 2 scripts

tidyverse

purrr:Functional Programming Tools

A complete and consistent functional programming toolkit for R.

Maintained by Hadley Wickham. Last updated 1 months ago.

functional-programming

1.7 match 1.3k stars 22.12 score 59k scripts 6.9k dependents

paulkinyanjui01

CondMVT:Conditional Multivariate t Distribution

The packages helps sample from the conditional multivariate t distribution.

Maintained by Paul Kimani Kinyanjui. Last updated 3 years ago.

13.3 match 2.70 score

mbedward

packcircles:Circle Packing

Algorithms to find arrangements of non-overlapping circles.

Maintained by Michael Bedward. Last updated 4 months ago.

cpp

3.3 match 57 stars 10.06 score 422 scripts 6 dependents

hanase

BMA:Bayesian Model Averaging

Package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).

Maintained by Hana Sevcikova. Last updated 2 months ago.

fortran

3.4 match 37 stars 9.38 score 152 scripts 14 dependents

laplacesdemonr

LaplacesDemon:Complete Environment for Bayesian Inference

Provides a complete environment for Bayesian inference using a variety of different samplers (see ?LaplacesDemon for an overview).

Maintained by Henrik Singmann. Last updated 12 months ago.

2.3 match 93 stars 13.45 score 1.8k scripts 60 dependents

robinhankin

gsl:Wrapper for the Gnu Scientific Library

An R wrapper for some of the functionality of the Gnu Scientific Library.

Maintained by Robin K. S. Hankin. Last updated 2 months ago.

gsl

2.3 match 15 stars 11.82 score 472 scripts 204 dependents

awblocker

ipfp:Fast Implementation of the Iterative Proportional Fitting Procedure in C

A fast (C) implementation of the iterative proportional fitting procedure.

Maintained by Alexander W Blocker. Last updated 3 years ago.

openblas

5.1 match 13 stars 4.98 score 49 scripts 1 dependents

s-u

iotools:I/O Tools for Streaming

Basic I/O tools for streaming and data parsing.

Maintained by Simon Urbanek. Last updated 1 years ago.

3.4 match 48 stars 7.35 score 60 scripts 10 dependents

turtletopia

aurrera:Wrap an Interable in a Progress Bar

Allows a simple creation of progress bars by wrapping the iterated object in 'pb()'.

Maintained by Laura Bakala. Last updated 2 years ago.

iterablelapplymapprogress-bar

12.4 match 2 stars 2.00 score 3 scripts

bioc

mixOmics:Omics Data Integration Project

Multivariate methods are well suited to large omics data sets where the number of variables (e.g. genes, proteins, metabolites) is much larger than the number of samples (patients, cells, mice). They have the appealing properties of reducing the dimension of the data by using instrumental variables (components), which are defined as combinations of all variables. Those components are then used to produce useful graphical outputs that enable better understanding of the relationships and correlation structures between the different data sets that are integrated. mixOmics offers a wide range of multivariate methods for the exploration and integration of biological datasets with a particular focus on variable selection. The package proposes several sparse multivariate models we have developed to identify the key variables that are highly correlated, and/or explain the biological outcome of interest. The data that can be analysed with mixOmics may come from high throughput sequencing technologies, such as omics data (transcriptomics, metabolomics, proteomics, metagenomics etc) but also beyond the realm of omics (e.g. spectral imaging). The methods implemented in mixOmics can also handle missing values without having to delete entire rows with missing data. A non exhaustive list of methods include variants of generalised Canonical Correlation Analysis, sparse Partial Least Squares and sparse Discriminant Analysis. Recently we implemented integrative methods to combine multiple data sets: N-integration with variants of Generalised Canonical Correlation Analysis and P-integration with variants of multi-group Partial Least Squares.

Maintained by Eva Hamrud. Last updated 2 days ago.

immunooncologymicroarraysequencingmetabolomicsmetagenomicsproteomicsgenepredictionmultiplecomparisonclassificationregressionbioconductorgenomicsgenomics-datagenomics-visualizationmultivariate-analysismultivariate-statisticsomicsr-pkgr-project

1.7 match 182 stars 13.71 score 1.3k scripts 22 dependents

edwindj

whisker:{{mustache}} for R, logicless templating

Implements 'Mustache' logicless templating.

Maintained by Edwin de Jonge. Last updated 2 years ago.

mustache-templates

1.8 match 212 stars 12.74 score 241 scripts 551 dependents

ikosmidis

brglm2:Bias Reduction in Generalized Linear Models

Estimation and inference from generalized linear models based on various methods for bias reduction and maximum penalized likelihood with powers of the Jeffreys prior as penalty. The 'brglmFit' fitting method can achieve reduction of estimation bias by solving either the mean bias-reducing adjusted score equations in Firth (1993) <doi:10.1093/biomet/80.1.27> and Kosmidis and Firth (2009) <doi:10.1093/biomet/asp055>, or the median bias-reduction adjusted score equations in Kenne et al. (2017) <doi:10.1093/biomet/asx046>, or through the direct subtraction of an estimate of the bias of the maximum likelihood estimator from the maximum likelihood estimates as in Cordeiro and McCullagh (1991) <https://www.jstor.org/stable/2345592>. See Kosmidis et al (2020) <doi:10.1007/s11222-019-09860-6> for more details. Estimation in all cases takes place via a quasi Fisher scoring algorithm, and S3 methods for the construction of of confidence intervals for the reduced-bias estimates are provided. In the special case of generalized linear models for binomial and multinomial responses (both ordinal and nominal), the adjusted score approaches to mean and media bias reduction have been found to return estimates with improved frequentist properties, that are also always finite, even in cases where the maximum likelihood estimates are infinite (e.g. complete and quasi-complete separation; see Kosmidis and Firth, 2020 <doi:10.1093/biomet/asaa052>, for a proof for mean bias reduction in logistic regression).

Maintained by Ioannis Kosmidis. Last updated 6 months ago.

adjusted-score-equationsalgorithmsbias-reducing-adjustmentsbias-reductionestimationglmlogistic-regressionnominal-responsesordinal-responsesregressionregression-algorithmsstatistics

2.0 match 32 stars 10.41 score 106 scripts 10 dependents