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

Found 540 packages in 0.03 seconds

hexDensity — by Quoc Hoang Nguyen, 9 months ago

Fast Kernel Density Estimation with Hexagonal Grid

Kernel density estimation with hexagonal grid for bivariate data. Hexagonal grid has many beneficial properties like equidistant neighbours and less edge bias, making it better for spatial analyses than the more commonly used rectangular grid. Carr, D. B. et al. (1987) . Diggle, P. J. (2010) . Hill, B. (2017) < https://blog.bruce-hill.com/meandering-triangles>. Jones, M. C. (1993) .

SASmixed — by Anna Ly, 2 months ago

Data Sets from "SAS System for Mixed Models

Data sets and sample lmer analyses corresponding to the examples in Littell, Milliken, Stroup and Wolfinger (1996), "SAS System for Mixed Models", SAS Institute.

RcppBessel — by Alexios Galanos, 4 months ago

Bessel Functions Rcpp Interface

Exports an 'Rcpp' interface for the Bessel functions in the 'Bessel' package, which can then be called from the 'C++' code of other packages. For the original 'Fortran' implementation of these functions see Amos (1995) .

glmbayes — by Kjell Nygren, 15 days ago

Bayesian Generalized Linear Models (IID Samples)

Provides Bayesian linear and generalized linear model fitting with independent and identically distributed (iid) posterior samples. The main functions mirror R's lm() and glm() interfaces while adding prior family specifications for Gaussian, Poisson, binomial, and Gamma models with log-concave likelihoods. Sampling for supported non-conjugate models uses accept-reject methods based on likelihood subgradients as in Nygren and Nygren (2006) . The package also includes tools for prior setup, posterior summaries, prediction, diagnostics, simulation, vignettes, and optional 'OpenCL' acceleration for larger models.

opencltools — by Kjell Nygren, a month ago

'OpenCL' Tools for R Package Developers

Runtime 'OpenCL' support for R package developers: probe hardware and drivers, load and concatenate kernel sources, and manage dependency-annotated '.cl' libraries, so packages like 'nmathopencl' and other ported libraries can offer GPU acceleration without each re-implementing the same plumbing. Vignettes use the 'glmbayes' envelope-gradient example and likelihood subgradient methodology (Nygren and Nygren, 2006, ).

complexlm — by William Ryan, a year ago

Linear Fitting for Complex Valued Data

Tools for linear fitting with complex variables. Includes ordinary least-squares (zlm()) and robust M-estimation (rzlm()), and complex methods for oft used generics. Originally adapted from the rlm() functions of 'MASS' and the lm() functions of 'stats'.

groc — by Pierre Lafaye De Micheaux, 2 years ago

Generalized Regression on Orthogonal Components

Robust multiple or multivariate linear regression, nonparametric regression on orthogonal components, classical or robust partial least squares models as described in Bilodeau, Lafaye De Micheaux and Mahdi (2015) .

fortunes — by Achim Zeileis, 10 days ago

R Fortunes

A collection of fortunes from the R community.

sgolay — by Sergio Oller Moreno, 3 years ago

Efficient Savitzky-Golay Filtering

Smoothing signals and computing their derivatives is a common requirement in signal processing workflows. Savitzky-Golay filters are a established method able to do both (Savitzky and Golay, 1964 ). This package implements one dimensional Savitzky-Golay filters that can be applied to vectors and matrices (either row-wise or column-wise). Vectorization and memory allocations have been profiled to reduce computational fingerprint. Short filter lengths are implemented in the direct space, while longer filters are implemented in frequency space, using a Fast Fourier Transform (FFT).

ggparty — by Martin Borkovec, a year ago

'ggplot' Visualizations for the 'partykit' Package

Extends 'ggplot2' functionality to the 'partykit' package. 'ggparty' provides the necessary tools to create clearly structured and highly customizable visualizations for tree-objects of the class 'party'.