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

Found 150 packages in 0.03 seconds

cjar — by Ben Woodard, a year ago

R Client for 'Customer Journey Analytics' ('CJA') API

Connect and pull data from the 'CJA' API, which powers 'CJA Workspace' < https://github.com/AdobeDocs/cja-apis>. The package was developed with the analyst in mind and will continue to be developed with the guiding principles of iterative, repeatable, timely analysis. New features are actively being developed and we value your feedback and contribution to the process.

polyapost — by Glen Meeden, a year ago

Simulating from the Polya Posterior

Simulate via Markov chain Monte Carlo (hit-and-run algorithm) a Dirichlet distribution conditioned to satisfy a finite set of linear equality and inequality constraints (hence to lie in a convex polytope that is a subset of the unit simplex).

DescTools — by Andri Signorell, a year ago

Tools for Descriptive Statistics

A collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The 'BigCamelCase' style was consequently applied to functions borrowed from contributed R packages as well.

adobeanalyticsr — by Ben Woodard, a year ago

R Client for 'Adobe Analytics' API 2.0

Connect to the 'Adobe Analytics' API v2.0 < https://github.com/AdobeDocs/analytics-2.0-apis> which powers 'Analysis Workspace'. The package was developed with the analyst in mind, and it will continue to be developed with the guiding principles of iterative, repeatable, timely analysis.

biclique — by Yuping Lu, 6 years ago

Maximal Biclique Enumeration in Bipartite Graphs

A tool for enumerating maximal complete bipartite graphs. The input should be a edge list file or a binary matrix file. The output are maximal complete bipartite graphs. Algorithms used can be found in this paper Y. Lu et al. BMC Res Notes 13, 88 (2020) .

citationchaser — by Neal Haddaway, 4 years ago

Perform Forward and Backwards Chasing in Evidence Syntheses

In searching for research articles, we often want to obtain lists of references from across studies, and also obtain lists of articles that cite a particular study. In systematic reviews, this supplementary search technique is known as 'citation chasing': forward citation chasing looks for all records citing one or more articles of known relevance; backward citation chasing looks for all records referenced in one or more articles. Traditionally, this process would be done manually, and the resulting records would need to be checked one-by-one against included studies in a review to identify potentially relevant records that should be included in a review. This package contains functions to automate this process by making use of the Lens.org API. An input article list can be used to return a list of all referenced records, and/or all citing records in the Lens.org database (consisting of PubMed, PubMed Central, CrossRef, Microsoft Academic Graph and CORE; < https://www.lens.org>).

GENEAclassify — by Jia Ying Chua, 2 years ago

Segmentation and Classification of Accelerometer Data

Segmentation and classification procedures for data from the 'Activinsights GENEActiv' < https://activinsights.com/technology/geneactiv/> accelerometer that provides the user with a model to guess behaviour from test data where behaviour is missing. Includes a step counting algorithm, a function to create segmented data with custom features and a function to use recursive partitioning provided in the function rpart() of the 'rpart' package to create classification models.

PResiduals — by Chun Li, 2 months ago

Probability-Scale Residuals and Residual Correlations

Computes probability-scale residuals and residual correlations for continuous, ordinal, binary, count, and time-to-event data Qi Liu, Bryan Shepherd, Chun Li (2020) .

MetaRVM — by Arindam Fadikar, a month ago

Meta-Population Compartmental Model for Respiratory Virus Diseases

Simulates respiratory virus epidemics using meta-population compartmental models following Fadikar et. al. (2025) . 'MetaRVM' implements a stochastic SEIRD (Susceptible-Exposed-Infected-Recovered-Dead) framework with demographic stratification by age, race, and geographic zones. It supports complex epidemiological scenarios including asymptomatic and presymptomatic transmission, hospitalization dynamics, vaccination schedules, and time-varying contact patterns via mixing matrices.

cmmr — by Yaoxiang Li, a year ago

CEU Mass Mediator RESTful API

CEU (CEU San Pablo University) Mass Mediator is an on-line tool for aiding researchers in performing metabolite annotation. 'cmmr' (CEU Mass Mediator RESTful API) allows for programmatic access in R: batch search, batch advanced search, MS/MS (tandem mass spectrometry) search, etc. For more information about the API Endpoint please go to < https://github.com/YaoxiangLi/cmmr>.