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

Found 504 packages in 0.04 seconds

mlmRev — by Steve Walker, 5 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.

quantreg — by Roger Koenker, 6 months ago

Quantile Regression

Estimation and inference methods for models for conditional quantile functions: Linear and nonlinear parametric and non-parametric (total variation penalized) models for conditional quantiles of a univariate response and several methods for handling censored survival data. Portfolio selection methods based on expected shortfall risk are also now included. See Koenker, R. (2005) Quantile Regression, Cambridge U. Press, and Koenker, R. et al. (2017) Handbook of Quantile Regression, CRC Press, .

lokern — by Martin Maechler, a year ago

Kernel Regression Smoothing with Local or Global Plug-in Bandwidth

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

robustX — by Martin Maechler, 2 years ago

'eXtra' / 'eXperimental' Functionality for Robust Statistics

Robustness -- 'eXperimental', 'eXtraneous', or 'eXtraordinary' Functionality for Robust Statistics. Hence methods which are not well established, often related to methods in package 'robustbase'. Amazingly, 'BACON()', originally by Billor, Hadi, and Velleman (2000) has become established in places. The "barrow wheel" `rbwheel()` is from Stahel and Mächler (2009) .

hdi — by Lukas Meier, 4 months ago

High-Dimensional Inference

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

S7 — by Hadley Wickham, 10 months ago

An Object Oriented System Meant to Become a Successor to S3 and S4

A new object oriented programming system designed to be a successor to S3 and S4. It includes formal class, generic, and method specification, and a limited form of multiple dispatch. It has been designed and implemented collaboratively by the R Consortium Object-Oriented Programming Working Group, which includes representatives from R-Core, 'Bioconductor', 'Posit'/'tidyverse', and the wider R community.

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.

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

DPQmpfr — by Martin Maechler, a year 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, 2 months ago

Local Polynomial (Ridge) Regression

Local Polynomial Regression with Ridging.