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

Found 170 packages in 0.06 seconds

rcdd — by Charles J. Geyer, 3 months ago

Computational Geometry

R interface to (some of) cddlib (< https://github.com/cddlib/cddlib>). Converts back and forth between two representations of a convex polytope: as solution of a set of linear equalities and inequalities and as convex hull of set of points and rays. Also does linear programming and redundant generator elimination (for example, convex hull in n dimensions). All functions can use exact infinite-precision rational arithmetic.

geodist — by Mark Padgham, a year ago

Fast, Dependency-Free Geodesic Distance Calculations

Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) , as used by the 'sf' package, as well as Haversine and Vincenty distances. Default distance measure is the "Mapbox cheap ruler" which is generally more accurate than Haversine or Vincenty for distances out to a few hundred kilometres, and is considerably faster. The main function accepts one or two inputs in almost any generic rectangular form, and returns either matrices of pairwise distances, or vectors of sequential distances.

colorr — by Charles Crabtree, 9 years ago

Color Palettes for EPL, MLB, NBA, NHL, and NFL Teams

Color palettes for EPL, MLB, NBA, NHL, and NFL teams.

LaplacesDemon — by Henrik Singmann, a month ago

Complete Environment for Bayesian Inference

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

networkD3 — by Christopher Gandrud, a year ago

D3 JavaScript Network Graphs from R

Creates 'D3' 'JavaScript' network, tree, dendrogram, and Sankey graphs from 'R'.

nomine — by Charles Crabtree, 8 hours ago

Classify Names by Gender, U.S. Ethnicity, and Leaf Nationality

Functions to use the 'NamePrism' API < https://www.name-prism.com/api> or 'NamSor' API v2 < https://namsor.app/> for classifying names based on gender, 6 U.S. ethnicities, or 39 leaf nationalities. Updated to work with current API endpoints.

BART — by Rodney Sparapani, 2 months ago

Bayesian Additive Regression Trees

Bayesian Additive Regression Trees (BART) provide flexible nonparametric modeling of covariates for continuous, binary, categorical and time-to-event outcomes. For more information see Sparapani, Spanbauer and McCulloch .

MBCbook — by Charles Bouveyron, 2 years ago

Companion Package for the Book "Model-Based Clustering and Classification for Data Science"

The companion package provides all original data sets and functions that are used in the book "Model-Based Clustering and Classification for Data Science" by Charles Bouveyron, Gilles Celeux, T. Brendan Murphy and Adrian E. Raftery (2019, ISBN:9781108644181).

mcmc — by Charles J. Geyer, 2 years ago

Markov Chain Monte Carlo

Simulates continuous distributions of random vectors using Markov chain Monte Carlo (MCMC). Users specify the distribution by an R function that evaluates the log unnormalized density. Algorithms are random walk Metropolis algorithm (function metrop), simulated tempering (function temper), and morphometric random walk Metropolis (Johnson and Geyer, 2012, , function morph.metrop), which achieves geometric ergodicity by change of variable.

nlstools — by Aurelie Siberchicot, 2 years ago

Tools for Nonlinear Regression Analysis

Several tools for assessing the quality of fit of a gaussian nonlinear model are provided.