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

Found 162 packages in 0.17 seconds

qspray — by Stéphane Laurent, 6 months ago

Multivariate Polynomials with Rational Coefficients

Symbolic calculation and evaluation of multivariate polynomials with rational coefficients. This package is strongly inspired by the 'spray' package. It provides a function to compute Gröbner bases (reference ). It also includes some features for symmetric polynomials, such as the Hall inner product. The header file of the C++ code can be used by other packages. It provides the templated class 'Qspray' that can be used to represent and to deal with multivariate polynomials with another type of coefficients.

VSURF — by Robin Genuer, 2 years ago

Variable Selection Using Random Forests

Three steps variable selection procedure based on random forests. Initially developed to handle high dimensional data (for which number of variables largely exceeds number of observations), the package is very versatile and can treat most dimensions of data, for regression and supervised classification problems. First step is dedicated to eliminate irrelevant variables from the dataset. Second step aims to select all variables related to the response for interpretation purpose. Third step refines the selection by eliminating redundancy in the set of variables selected by the second step, for prediction purpose. Genuer, R. Poggi, J.-M. and Tuleau-Malot, C. (2015) < https://journal.r-project.org/archive/2015-2/genuer-poggi-tuleaumalot.pdf>.

hyper2 — by Robin K. S. Hankin, 7 months ago

The Hyperdirichlet Distribution, Mark 2

A suite of routines for the hyperdirichlet distribution and reified Bradley-Terry; supersedes the 'hyperdirichlet' package; uses 'disordR' discipline . To cite in publications please use Hankin 2017 , and for Generalized Plackett-Luce likelihoods use Hankin 2024 .

mmmgee — by Robin Ristl, 6 years ago

Simultaneous Inference for Multiple Linear Contrasts in GEE Models

Provides global hypothesis tests, multiple testing procedures and simultaneous confidence intervals for multiple linear contrasts of regression coefficients in a single generalized estimating equation (GEE) model or across multiple GEE models. GEE models are fit by a modified version of the 'geeM' package.

csvwr — by Robin Gower, 2 years ago

Read and Write CSV on the Web (CSVW) Tables and Metadata

Provide functions for reading and writing CSVW - i.e. CSV tables and JSON metadata. The metadata helps interpret CSV by setting the types and variable names.

gsbm — by Solenne Gaucher, 2 years ago

Estimate Parameters in the Generalized SBM

Given an adjacency matrix drawn from a Generalized Stochastic Block Model with missing observations, this package robustly estimates the probabilities of connection between nodes and detects outliers nodes, as describes in Gaucher, Klopp and Robin (2019) .

contingency — by Robin Evans, 2 years ago

Discrete Multivariate Probability Distributions

Provides an object class for dealing with many multivariate probability distributions at once, useful for simulation.

BibPlots — by Robin Haunschild, 3 years ago

Plot Functions for Use in Bibliometrics

Currently, the package provides several functions for plotting and analyzing bibliometric data (JIF, Journal Impact Factor, and paper percentile values), beamplots with citations and percentiles, and three plot functions to visualize the result of a reference publication year spectroscopy (RPYS) analysis performed in the free software 'CRExplorer' (see < http://crexplorer.net>). Further extension to more plot variants is planned.

optiSolve — by Robin Wellmann, 3 years ago

Linear, Quadratic, and Rational Optimization

Solver for linear, quadratic, and rational programs with linear, quadratic, and rational constraints. A unified interface to different R packages is provided. Optimization problems are transformed into equivalent formulations and solved by the respective package. For example, quadratic programming problems with linear, quadratic and rational constraints can be solved by augmented Lagrangian minimization using package 'alabama', or by sequential quadratic programming using solver 'slsqp'. Alternatively, they can be reformulated as optimization problems with second order cone constraints and solved with package 'cccp'.

osrm — by Timothée Giraud, 8 months ago

Interface Between R and the OpenStreetMap-Based Routing Service OSRM

An interface between R and the 'OSRM' API. 'OSRM' is a routing service based on 'OpenStreetMap' data. See < http://project-osrm.org/> for more information. This package enables the computation of routes, trips, isochrones and travel distances matrices (travel time and kilometric distance).