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

Found 84 packages in 0.05 seconds

hkclustering — by Ilan Fridman Rojas, 7 years ago

Ensemble Clustering using K Means and Hierarchical Clustering

Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering approach.

googleComputeEngineR — by Mark Edmondson, 6 years ago

R Interface with Google Compute Engine

Interact with the 'Google Compute Engine' API in R. Lets you create, start and stop instances in the 'Google Cloud'. Support for preconfigured instances, with templates for common R needs.

RoBTT — by František Bartoš, 8 months ago

Robust Bayesian T-Test

An implementation of Bayesian model-averaged t-tests that allows users to draw inferences about the presence versus absence of an effect, variance heterogeneity, and potential outliers. The 'RoBTT' package estimates ensembles of models created by combining competing hypotheses and applies Bayesian model averaging using posterior model probabilities. Users can obtain model-averaged posterior distributions and inclusion Bayes factors, accounting for uncertainty in the data-generating process (Maier et al., 2024, ). The package also provides a truncated likelihood version of the model-averaged t-test, enabling users to exclude potential outliers without introducing bias (Godmann et al., 2024, ). Users can specify a wide range of informative priors for all parameters of interest. The package offers convenient functions for summary, visualization, and fit diagnostics.

BatchJobs — by Bernd Bischl, 3 years ago

Batch Computing with R

Provides Map, Reduce and Filter variants to generate jobs on batch computing systems like PBS/Torque, LSF, SLURM and Sun Grid Engine. Multicore and SSH systems are also supported. For further details see the project web page.

aeddo — by Lasse Engbo Christiansen, 2 years ago

Automated and Early Detection of Disease Outbreaks

A powerful tool for automating the early detection of disease outbreaks in time series data. 'aeddo' employs advanced statistical methods, including hierarchical models, in an innovative manner to effectively characterize outbreak signals. It is particularly useful for epidemiologists, public health professionals, and researchers seeking to identify and respond to disease outbreaks in a timely fashion. For a detailed reference on hierarchical models, consult Henrik Madsen and Poul Thyregod's book (2011), ISBN: 9781420091557.

rtmpt — by Raphael Hartmann, 4 months ago

Fitting (Exponential/Diffusion) RT-MPT Models

Fit (exponential or diffusion) response-time extended multinomial processing tree (RT-MPT) models by Klauer and Kellen (2018) and Klauer, Hartmann, and Meyer-Grant (submitted). The RT-MPT class not only incorporate frequencies like traditional multinomial processing tree (MPT) models, but also latencies. This enables it to estimate process completion times and encoding plus motor execution times next to the process probabilities of traditional MPTs. 'rtmpt' is a hierarchical Bayesian framework and posterior samples are sampled using a Metropolis-within-Gibbs sampler (for exponential RT-MPTs) or Hamiltonian-within-Gibbs sampler (for diffusion RT-MPTs).

MPAgenomics — by Samuel Blanck, 4 years ago

Multi-Patient Analysis of Genomic Markers

Preprocessing and analysis of genomic data. 'MPAgenomics' provides wrappers from commonly used packages to streamline their repeated manipulation, offering an easy-to-use pipeline. The segmentation of successive multiple profiles is performed with an automatic choice of parameters involved in the wrapped packages. Considering multiple profiles in the same time, 'MPAgenomics' wraps efficient penalized regression methods to select relevant markers associated with a given outcome. Grimonprez et al. (2014) .

dynConfiR — by Sebastian Hellmann, 2 months ago

Dynamic Models for Confidence and Response Time Distributions

Provides density functions for the joint distribution of choice, response time and confidence for discrete confidence judgments as well as functions for parameter fitting, prediction and simulation for various dynamical models of decision confidence. All models are explained in detail by Hellmann et al. (2023; Preprint available at < https://osf.io/9jfqr/>, published version: ). Implemented models are the dynaViTE model, dynWEV model, the 2DSD model (Pleskac & Busemeyer, 2010, ), and various race models. C++ code for dynWEV and 2DSD is based on the 'rtdists' package by Henrik Singmann.

CoFRA — by Rune Matthiesen, 8 years ago

Complete Functional Regulation Analysis

Calculates complete functional regulation analysis and visualize the results in a single heatmap. The provided example data is for biological data but the methodology can be used for large data sets to compare quantitative entities that can be grouped. For example, a store might divide entities into cloth, food, car products etc and want to see how sales changes in the groups after some event. The theoretical background for the calculations are provided in New insights into functional regulation in MS-based drug profiling, Ana Sofia Carvalho, Henrik Molina & Rune Matthiesen, Scientific Reports .

exhaustiveRasch — by Christian Grebe, 7 months ago

Item Selection and Exhaustive Search for Rasch Models

Automation of the item selection processes for Rasch scales by means of exhaustive search for suitable Rasch models (dichotomous, partial credit, rating-scale) in a list of item-combinations. The item-combinations to test can be either all possible combinations or item-combinations can be defined by several rules (forced inclusion of specific items, exclusion of combinations, minimum/maximum items of a subset of items). Tests for model fit and item fit include ordering of the thresholds, item fit-indices, likelihood ratio test, Martin-Löf test, Wald-like test, person-item distribution, person separation index, principal components of Rasch residuals, empirical representation of all raw scores or Rasch trees for detecting differential item functioning. The tests, their ordering and their parameters can be defined by the user. For parameter estimation and model tests, functions of the packages 'eRm', 'psychotools' or 'pairwise' can be used.