Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 479 packages in 0.17 seconds

gnm — by Heather Turner, a year ago

Generalized Nonlinear Models

Functions to specify and fit generalized nonlinear models, including models with multiplicative interaction terms such as the UNIDIFF model from sociology and the AMMI model from crop science, and many others. Over-parameterized representations of models are used throughout; functions are provided for inference on estimable parameter combinations, as well as standard methods for diagnostics etc.

lme4 — by Ben Bolker, 5 months ago

Linear Mixed-Effects Models using 'Eigen' and S4

Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the 'Eigen' C++ library for numerical linear algebra and 'RcppEigen' "glue".

DEoptimR — by Eduardo L. T. Conceicao, a year ago

Differential Evolution Optimization in Pure R

Differential Evolution (DE) stochastic heuristic algorithms for global optimization of problems with and without general constraints. The aim is to curate a collection of its variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it provides implementations of the algorithms 'jDE' by Brest et al. (2006) for single-objective optimization and 'NCDE' by Qu et al. (2012) for multimodal optimization (single-objective problems with multiple solutions).

lpridge — by Martin Maechler, a year ago

Local Polynomial (Ridge) Regression

Local Polynomial Regression with Ridging.

pixmap — by Achim Zeileis, 7 months ago

Bitmap Images / Pixel Maps

Functions for import, export, visualization and other manipulations of bitmapped images.

rstanarm — by Ben Goodrich, 10 months ago

Bayesian Applied Regression Modeling via Stan

Estimates previously compiled regression models using the 'rstan' package, which provides the R interface to the Stan C++ library for Bayesian estimation. Users specify models via the customary R syntax with a formula and data.frame plus some additional arguments for priors.

MEMSS — by Steve Walker, 6 years ago

Data Sets from Mixed-Effects Models in S

Data sets and sample analyses from Pinheiro and Bates, "Mixed-effects Models in S and S-PLUS" (Springer, 2000).

gmp — by Antoine Lucas, 3 months ago

Multiple Precision Arithmetic

Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).

fMultivar — by Stefan Theussl, a year ago

Rmetrics - Modeling of Multivariate Financial Return Distributions

A collection of functions inspired by Venables and Ripley (2002) and Azzalini and Capitanio (1999) to manage, investigate and analyze bivariate and multivariate data sets of financial returns.

ECOSolveR — by Balasubramanian Narasimhan, 2 years ago

Embedded Conic Solver in R

R interface to the Embedded COnic Solver (ECOS), an efficient and robust C library for convex problems. Conic and equality constraints can be specified in addition to integer and boolean variable constraints for mixed-integer problems. This R interface is inspired by the python interface and has similar calling conventions.