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

Found 1043 packages in 0.12 seconds

minic — by Bert van der Veen, 2 months ago

Minimization Methods for Ill-Conditioned Problems

Implementation of methods for minimizing ill-conditioned problems. Currently only includes regularized (quasi-)newton optimization (Kanzow and Steck et al. (2023), ).

shinycroneditor — by Harmen van der Veer, a year ago

'shiny' Cron Expression Input Widget

A widget for 'shiny' apps to handle schedule expression input, using the 'cron-expression-input' JavaScript component. Note that this does not edit the 'crontab' file, it is just an input element for the schedules. See < https://github.com/DatalabFabriek/shinycroneditor/blob/main/inst/examples/shiny-app.R> for an example implementation.

geneviewer — by Niels van der Velden, 3 months ago

Gene Cluster Visualizations

Provides tools for plotting gene clusters and transcripts by importing data from GenBank, FASTA, and GFF files. It performs BLASTP and MUMmer alignments [Altschul et al. (1990) ; Delcher et al. (1999) ] and displays results on gene arrow maps. Extensive customization options are available, including legends, labels, annotations, scales, colors, tooltips, and more.

bsicons — by Carson Sievert, 2 years ago

Easily Work with 'Bootstrap' Icons

Easily use 'Bootstrap' icons inside 'Shiny' apps and 'R Markdown' documents. More generally, icons can be inserted in any 'htmltools' document through inline 'SVG'.

reldist — by Mark S. Handcock, 3 years ago

Relative Distribution Methods

Tools for the comparison of distributions. This includes nonparametric estimation of the relative distribution PDF and CDF and numerical summaries as described in "Relative Distribution Methods in the Social Sciences" by Mark S. Handcock and Martina Morris, Springer-Verlag, 1999, Springer-Verlag, ISBN 0387987789.

ppsr — by Paul van der Laken, 2 years ago

Predictive Power Score

The Predictive Power Score (PPS) is an asymmetric, data-type-agnostic score that can detect linear or non-linear relationships between two variables. The score ranges from 0 (no predictive power) to 1 (perfect predictive power). PPS can be useful for data exploration purposes, in the same way correlation analysis is. For more information on PPS, see < https://github.com/paulvanderlaken/ppsr>.

readapra — by Jarrod van der Wal, 10 months ago

Download and Tidy Data from the Australian Prudential Regulation Authority

Download the latest data from the Australian Prudential Regulation Authority < https://www.apra.gov.au/> and import it into R as a tidy data frame.

smcfcs — by Jonathan Bartlett, 5 months ago

Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification

Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Conditional Specification. This is a modification of the popular FCS/chained equations multiple imputation approach, and allows imputation of missing covariate values from models which are compatible with the user specified substantive model.

blavaan — by Edgar Merkle, 2 months ago

Bayesian Latent Variable Analysis

Fit a variety of Bayesian latent variable models, including confirmatory factor analysis, structural equation models, and latent growth curve models. References: Merkle & Rosseel (2018) ; Merkle et al. (2021) .

tidytable — by Mark Fairbanks, a year ago

Tidy Interface to 'data.table'

A tidy interface to 'data.table', giving users the speed of 'data.table' while using tidyverse-like syntax.