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

Found 1115 packages in 0.03 seconds

minqa — by Katharine M. Mullen, 2 years ago

Derivative-Free Optimization Algorithms by Quadratic Approximation

Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell.

univOutl — by Marcello D'Orazio, 5 months ago

Detection of Univariate Outliers

Provides well-known techniques for detecting univariate outliers. Methods for handling skewed distributions are included. The Hidiroglou-Berthelot (1986) method for detecting outliers in ratios of historical data is also implemented. When available, survey weights can be incorporated in the detection process.

posterior — by Paul-Christian Bürkner, 4 months ago

Tools for Working with Posterior Distributions

Provides useful tools for both users and developers of packages for fitting Bayesian models or working with output from Bayesian models. The primary goals of the package are to: (a) Efficiently convert between many different useful formats of draws (samples) from posterior or prior distributions. (b) Provide consistent methods for operations commonly performed on draws, for example, subsetting, binding, or mutating draws. (c) Provide various summaries of draws in convenient formats. (d) Provide lightweight implementations of state of the art posterior inference diagnostics. References: Vehtari et al. (2021) .

ggsurvfit — by Daniel D. Sjoberg, 10 months ago

Flexible Time-to-Event Figures

Ease the creation of time-to-event (i.e. survival) endpoint figures. The modular functions create figures ready for publication. Each of the functions that add to or modify the figure are written as proper 'ggplot2' geoms or stat methods, allowing the functions from this package to be combined with any function or customization from 'ggplot2' and other 'ggplot2' extension packages.

RSQLite — by Kirill Müller, 18 days ago

SQLite Interface for R

Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations. Optionally, when libcurl is available at build time, an experimental HTTP/HTTPS virtual file system (VFS) can be enabled to allow read-only access to remote immutable SQLite database files via URIs.

colorspace — by Achim Zeileis, 7 days ago

A Toolbox for Manipulating and Assessing Colors and Palettes

Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at < https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, ).

valytics — by Marcello Grassi, 5 months ago

Statistical Methods for Analytical Method Comparison and Validation

Provides statistical methods for analytical method comparison and validation studies. Implements Bland-Altman analysis for assessing agreement between measurement methods (Bland & Altman (1986) ), Passing-Bablok regression for non-parametric method comparison (Passing & Bablok (1983) ), and Deming regression accounting for measurement error in both variables (Linnet (1993) ). Also includes tools for setting quality goals based on biological variation (Fraser & Petersen (1993) ) and calculating Six Sigma metrics, precision experiments with variance component analysis, precision profiles for functional sensitivity estimation (Kroll & Emancipator (1993) < https://pubmed.ncbi.nlm.nih.gov/8448849/>). Commonly used in clinical laboratory method validation. Provides publication-ready plots and comprehensive statistical summaries.

dscore — by Stef van Buuren, 10 months ago

D-Score for Child Development

The D-score summarizes a child's performance on developmental milestones into a single number. Its key feature is its generic nature. The method does not depend on a specific measurement instrument. The statistical method underlying the D-score is described in van Buuren et al. (2025) . This package implements model keys to convert milestone scores to D-scores; maps instrument-specific item names to a generic 9-position naming convention; computes D-scores and their precision from a child's milestone scores; and converts D-scores to Development-for-Age Z-scores (DAZ) using age-conditional reference standards.

ggpolypath — by Michael D. Sumner, a year ago

Polygons with Holes for the Grammar of Graphics

Tools for working with polygons with holes in 'ggplot2', with a new 'geom' for drawing a 'polypath' applying the 'evenodd' or 'winding' rules.

mixture — by Paul D. McNicholas, 7 months ago

Mixture Models for Clustering and Classification

An implementation of 14 parsimonious mixture models for model-based clustering or model-based classification. Gaussian, Student's t, generalized hyperbolic, variance-gamma or skew-t mixtures are available. All approaches work with missing data. Celeux and Govaert (1995) , Browne and McNicholas (2014) , Browne and McNicholas (2015) .