Found 176 packages in 0.01 seconds
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'.
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).
Visualize the Effect of a Continuous Variable on a Time-to-Event Outcome
Graphically display the (causal) effect of a continuous variable on a time-to-event outcome
using multiple different types of plots based on g-computation. Those functions
include, among others, survival area plots, survival contour plots, survival quantile plots and
3D surface plots. Due to the use of g-computation, all plot allow confounder-adjustment naturally.
For details, see Robin Denz, Nina Timmesfeld (2023)
Weierstrass and Jacobi Elliptic Functions
A suite of elliptic and related functions including Weierstrass and Jacobi forms. Also includes various tools for manipulating and visualizing complex functions.
Calculate Slopes of Roads, Rivers and Trajectories
Calculates the slope (longitudinal gradient or steepness)
of linear geographic features such as roads (for more details, see Ariza-López et al. (2019)
The Symmetric Group: Permutations of a Finite Set
Manipulates invertible functions from a finite set to
itself. Can transform from word form to cycle form and
back. To cite the package in publications please use
Hankin (2020) "Introducing the permutations R package",
SoftwareX, volume 11
Alluvial Diagrams
Creating alluvial diagrams (also known as parallel sets plots) for multivariate and time series-like data.
Easy Spatial Microsimulation (Raking) in R
Functions for performing spatial microsimulation ('raking') in R.
Meta-Package for Thematic Mapping with 'tmap'
Attaches a set of packages commonly used for spatial plotting with 'tmap'. It includes 'tmap' and its extensions ('tmap.glyphs', 'tmap.networks', 'tmap.cartogram', 'tmap.mapgl'), as well as supporting spatial data packages ('sf', 'stars', 'terra') and 'cols4all' for exploring color palettes. The collection is designed for thematic mapping workflows and does not include the full set of packages from the R-spatial ecosystem.
Bayesian Calibration of Complex Computer Codes
Performs Bayesian calibration of computer models as per Kennedy and O'Hagan 2001. The package includes routines to find the hyperparameters and parameters; see the help page for stage1() for a worked example using the toy dataset. A tutorial is provided in the calex.Rnw vignette; and a suite of especially simple one dimensional examples appears in inst/doc/one.dim/.