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

Found 104 packages in 0.02 seconds

rsyncrosim — by Katie Birchard, 2 months ago

The R Interface to 'SyncroSim'

'SyncroSim' is a generalized framework for managing scenario-based datasets (< https://syncrosim.com/>). 'rsyncrosim' provides an interface to 'SyncroSim'. Simulation models can be added to 'SyncroSim' in order to transform these datasets, taking advantage of general features such as defining scenarios of model inputs, running Monte Carlo simulations, and summarizing model outputs. 'rsyncrosim' requires 'SyncroSim' 2.3.5 or higher (API documentation: < https://docs.syncrosim.com/>).

InteractionPoweR — by David Baranger, a year ago

Power Analyses for Interaction Effects in Cross-Sectional Regressions

Power analysis for regression models which test the interaction of two independent variables on a single dependent variable. Includes options for continuous, binary, or ordinal variables, as well as correlated interacting variables. Also includes options to specify variable reliability. Power analyses can be done either analytically or via simulation. Includes tools for simulating single data sets and visualizing power analysis results. The primary functions are power_interaction_r2() and power_interaction(). Please cite as: Baranger DAA, Finsaas MC, Goldstein BL, Vize CE, Lynam DR, Olino TM (2022). "Tutorial: Power analyses for interaction effects in cross-sectional regressions." .

npmlda — by Xin Tian, 6 years ago

Nonparametric Models for Longitudinal Data

Support the book: Wu CO and Tian X (2018). Nonparametric Models for Longitudinal Data. Chapman & Hall/CRC (to appear); and provide fit for using global and local smoothing methods for the conditional-mean and conditional-distribution based models with longitudinal Data.

TiPS — by Gonche Danesh, 10 months ago

Trajectories and Phylogenies Simulator

Generates stochastic time series and genealogies associated with a population dynamics model. Times series are simulated using the Gillespie exact and approximate algorithms and a new algorithm we introduce that uses both approaches to optimize the time execution of the simulations. Genealogies are simulated from a trajectory using a backwards-in-time based approach. Methods are described in Danesh G et al (2022) .

afpt — by Marco KleinHeerenbrink, 5 months ago

Tools for Modelling of Animal Flight Performance

Allows estimation and modelling of flight costs in animal (vertebrate) flight, implementing the aerodynamic power model described in Klein Heerenbrink et al. (2015) . Taking inspiration from the program 'Flight', developed by Colin Pennycuick (Pennycuick (2008) "Modelling the flying bird". Amsterdam: Elsevier. ISBN 0-19-857721-4), flight performance is estimated based on basic morphological measurements such as body mass, wingspan and wing area. 'afpt' can be used to make predictions on how animals should adjust their flight behaviour and wingbeat kinematics to varying flight conditions.

lexicon — by Tyler Rinker, 5 years ago

Lexicons for Text Analysis

A collection of lexical hash tables, dictionaries, and word lists.

mrgsolve — by Kyle T Baron, a month ago

Simulate from ODE-Based Models

Fast simulation from ordinary differential equation (ODE) based models typically employed in quantitative pharmacology and systems biology.

scaper — by Azka Javaid, 5 months ago

Single Cell Transcriptomics-Level Cytokine Activity Prediction and Estimation

Generates cell-level cytokine activity estimates using relevant information from gene sets constructed with the 'CytoSig' and the 'Reactome' databases and scored using the modified 'Variance-adjusted Mahalanobis (VAM)' framework for single-cell RNA-sequencing (scRNA-seq) data. 'CytoSig' database is described in: Jiang at al., (2021) . 'Reactome' database is described in: Gillespie et al., (2021) . The 'VAM' method is outlined in: Frost (2020) .

rroad — by Viliam Simko, 6 years ago

Road Condition Analysis

Computation of the International Roughness Index (IRI) given a longitudinal road profile. The IRI can be calculated for a single road segment or for a sequence of segments with a fixed length (e. g. 100m). For the latter, an overlap of the segments can be selected. The IRI and likewise the algorithms for its determination are defined in Sayers, Michael W; Gillespie, Thomas D; Queiroz, Cesar A.V. 1986. The International Road Roughness Experiment (IRRE) : establishing correlation and a calibration standard for measurements. World Bank technical paper; no. WTP 45. Washington, DC : The World Bank. (ISBN 0-8213-0589-1) available from < http://documents.worldbank.org/curated/en/326081468740204115>.

sbioPN — by Roberto Bertolusso, 10 years ago

sbioPN: Simulation of deterministic and stochastic spatial biochemical reaction networks using Petri Nets

sbioPN is a package suited to perform simulation of deterministic and stochastic systems of biochemical reaction networks with spatial effects. Models are defined using a subset of Petri Nets, in a way that is close at how chemical reactions are defined. For deterministic solutions, sbioPN creates the associated system of differential equations "on the fly", and solves it with a Runge Kutta Dormand Prince 45 explicit algorithm. For stochastic solutions, sbioPN offers two variants of Gillespie algorithm, or SSA. For hybrid deterministic/stochastic, it employs the Haseltine and Rawlings algorithm, that partitions the system in fast and slow reactions. sbioPN algorithms are developed in C to achieve adequate performance.