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

Found 979 packages in 0.01 seconds

cld2 — by Jeroen Ooms, 4 months ago

Google's Compact Language Detector 2

Bindings to Google's C++ library Compact Language Detector 2 (see < https://github.com/cld2owners/cld2#readme> for more information). Probabilistically detects over 80 languages in plain text or HTML. For mixed-language input it returns the top three detected languages and their approximate proportion of the total classified text bytes (e.g. 80% English and 20% French out of 1000 bytes). There is also a 'cld3' package on CRAN which uses a neural network model instead.

wgaim — by Julian Taylor, a year ago

Whole Genome Average Interval Mapping for QTL Detection and Estimation using ASReml-R

A computationally efficient whole genome approach to detecting and estimating significant QTL in linkage maps using the flexible linear mixed modelling functionality of ASReml-R.

ohun — by Marcelo Araya-Salas, a year ago

Optimizing Acoustic Signal Detection

Facilitates the automatic detection of acoustic signals, providing functions to diagnose and optimize the performance of detection routines. Detections from other software can also be explored and optimized. This package has been peer-reviewed by rOpenSci. Araya-Salas et al. (2022) .

bSims — by Peter Solymos, a year ago

Agent-Based Bird Point Count Simulator

A highly scientific and utterly addictive bird point count simulator to test statistical assumptions, aid survey design, and have fun while doing it (Solymos 2024 ). The simulations follow time-removal and distance sampling models based on Matsuoka et al. (2012) , Solymos et al. (2013) , and Solymos et al. (2018) , and sound attenuation experiments by Yip et al. (2017) .

univOutl — by Marcello D'Orazio, 3 years ago

Detection of Univariate Outliers

Well known outlier detection techniques in the univariate case. Methods to deal with skewed distribution are included too. The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of historical data is implemented as well. When available, survey weights can be used in outliers detection.

link — by Romain François, a year ago

Hyperlink Automatic Detection

Automatic detection of hyperlinks for packages and calls in the text of 'rmarkdown' or 'quarto' documents.

secr — by Murray Efford, a month ago

Spatially Explicit Capture-Recapture

Functions to estimate the density and size of a spatially distributed animal population sampled with an array of passive detectors, such as traps, or by searching polygons or transects. Models incorporating distance-dependent detection are fitted by maximizing the likelihood. Tools are included for data manipulation and model selection.

PhViD — by Ismaïl Ahmed, 9 years ago

PharmacoVigilance Signal Detection

A collection of several pharmacovigilance signal detection methods extended to the multiple comparison setting.

bwd — by Seung Jun Shin, 7 years ago

Backward Procedure for Change-Point Detection

Implements a backward procedure for single and multiple change point detection proposed by Shin et al. . The backward approach is particularly useful to detect short and sparse signals which is common in copy number variation (CNV) detection.

seasonal — by Christoph Sax, 9 months ago

R Interface to X-13-ARIMA-SEATS

Easy-to-use interface to X-13-ARIMA-SEATS, the seasonal adjustment software by the US Census Bureau. It offers full access to almost all options and outputs of X-13, including X-11 and SEATS, automatic ARIMA model search, outlier detection and support for user defined holiday variables, such as Chinese New Year or Indian Diwali. A graphical user interface can be used through the 'seasonalview' package. Uses the X-13-binaries from the 'x13binary' package.