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

Found 162 packages in 0.04 seconds

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.

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.

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

mimi — by Genevieve Robin, 6 years ago

Main Effects and Interactions in Mixed and Incomplete Data

Generalized low-rank models for mixed and incomplete data frames. The main function may be used for dimensionality reduction of imputation of numeric, binary and count data (simultaneously). Main effects such as column means, group effects, or effects of row-column side information (e.g. user/item attributes in recommendation system) may also be modelled in addition to the low-rank model. Geneviève Robin, Olga Klopp, Julie Josse, Éric Moulines, Robert Tibshirani (2018) .

devFunc — by Robin Van Oirbeek, 7 years ago

Clear and Condense Argument Check for User-Defined Functions

A concise check of the format of one or multiple input arguments (data type, length or value) is provided. Since multiple input arguments can be tested simultaneously, a lengthly list of checks at the beginning of your function can be avoided, hereby enhancing the readability and maintainability of your code.

R2DT — by Robin Van Oirbeek, 5 years ago

Translation of Base R-Like Functions for 'data.table' Objects

Some heavily used base R functions are reconstructed to also be compliant to data.table objects. Also, some general helper functions that could be of interest for working with data.table objects are included.

osrm — by Timothée Giraud, 10 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).

optiSel — by Robin Wellmann, 8 months ago

Optimum Contribution Selection and Population Genetics

A framework for the optimization of breeding programs via optimum contribution selection and mate allocation. An easy to use set of function for computation of optimum contributions of selection candidates, and of the population genetic parameters to be optimized. These parameters can be estimated using pedigree or genotype information, and include kinships, kinships at native haplotype segments, and breed composition of crossbred individuals. They are suitable for managing genetic diversity, removing introgressed genetic material, and accelerating genetic gain. Additionally, functions are provided for computing genetic contributions from ancestors, inbreeding coefficients, the native effective size, the native genome equivalent, pedigree completeness, and for preparing and plotting pedigrees. The methods are described in:\n Wellmann, R., and Pfeiffer, I. (2009) .\n Wellmann, R., and Bennewitz, J. (2011) .\n Wellmann, R., Hartwig, S., Bennewitz, J. (2012) .\n de Cara, M. A. R., Villanueva, B., Toro, M. A., Fernandez, J. (2013) .\n Wellmann, R., Bennewitz, J., Meuwissen, T.H.E. (2014) .\n Wellmann, R. (2019) .

PostcodesioR — by Eryk Walczak, 3 years ago

API Wrapper Around 'Postcodes.io'

Free UK geocoding using data from Office for National Statistics. It is using several functions to get information about post codes, outward codes, reverse geocoding, nearest post codes/outward codes, validation, or randomly generate a post code. API wrapper around < https://postcodes.io>.

regtools — by Norm Matloff, 3 years ago

Regression and Classification Tools

Tools for linear, nonlinear and nonparametric regression and classification. Novel graphical methods for assessment of parametric models using nonparametric methods. One vs. All and All vs. All multiclass classification, optional class probabilities adjustment. Nonparametric regression (k-NN) for general dimension, local-linear option. Nonlinear regression with Eickert-White method for dealing with heteroscedasticity. Utilities for converting time series to rectangular form. Utilities for conversion between factors and indicator variables. Some code related to "Statistical Regression and Classification: from Linear Models to Machine Learning", N. Matloff, 2017, CRC, ISBN 9781498710916.