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

Found 520 packages in 0.02 seconds

mlmRev — by Steve Walker, 6 years ago

Examples from Multilevel Modelling Software Review

Data and examples from a multilevel modelling software review as well as other well-known data sets from the multilevel modelling literature.

fGarch — by Georgi N. Boshnakov, 3 months ago

Rmetrics - Autoregressive Conditional Heteroskedastic Modelling

Analyze and model heteroskedastic behavior in financial time series.

lokern — by Martin Maechler, 2 years ago

Kernel Regression Smoothing with Local or Global Plug-in Bandwidth

Kernel regression smoothing with adaptive local or global plug-in bandwidth selection.

hdi — by Lukas Meier, a year ago

High-Dimensional Inference

Implementation of multiple approaches to perform inference in high-dimensional models.

rstanarm — by Ben Goodrich, 5 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.

gnm — by Heather Turner, 2 years 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.

robust — by Valentin Todorov, 2 years ago

Port of the S+ "Robust Library"

Methods for robust statistics, a state of the art in the early 2000s, notably for robust regression and robust multivariate analysis.

DEoptimR — by Eduardo L. T. Conceicao, 7 months 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).

svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/DEoptimR

DPQmpfr — by Martin Maechler, 2 years ago

DPQ (Density, Probability, Quantile) Distribution Computations using MPFR

An extension to the 'DPQ' package with computations for 'DPQ' (Density (pdf), Probability (cdf) and Quantile) functions, where the functions here partly use the 'Rmpfr' package and hence the underlying 'MPFR' and 'GMP' C libraries.

lpridge — by Martin Maechler, 8 months ago

Local Polynomial (Ridge) Regression

Local Polynomial Regression with Ridging.