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

Found 148 packages in 0.01 seconds

geodist — by Mark Padgham, 9 months 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.

plotrr — by Charles Crabtree, 8 years ago

Making Visual Exploratory Data Analysis with Nested Data Easier

Functions for making visual exploratory data analysis with nested data easier.

networkD3 — by Christopher Gandrud, 8 months ago

D3 JavaScript Network Graphs from R

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

rcdd — by Charles J. Geyer, 2 years 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.

BART — by Rodney Sparapani, 2 years 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 .

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.

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).

websearchr — by Florian S. Schaffner, 7 years ago

Access Domains and Search Popular Websites

Functions that allow for accessing domains and a number of search engines.

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.

lsei — by Yong Wang, 5 years ago

Solving Least Squares or Quadratic Programming Problems under Equality/Inequality Constraints

It contains functions that solve least squares linear regression problems under linear equality/inequality constraints. Functions for solving quadratic programming problems are also available, which transform such problems into least squares ones first. It is developed based on the 'Fortran' program of Lawson and Hanson (1974, 1995), which is public domain and available at < http://www.netlib.org/lawson-hanson/>.