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

Found 132 packages in 0.02 seconds

remstats — by Joris Mulder, 10 days ago

Computes Statistics for Relational Event History Data

Computes a variety of statistics for relational event models (Meijerink et al., 2022, ). Relational event models enable researchers to investigate exogenous and endogenous factors, and interactions, influencing the evolution of a time-ordered sequence of events. These models are categorized into tie-oriented models (Butts, C., 2008, ), where the probability of a dyad interacting next is modeled in a single step, and actor-oriented models (Stadtfeld, C., & Block, P., 2017, ), which first model the probability of a sender initiating an interaction and subsequently the probability of the sender's choice of receiver. The package is designed to compute a variety of statistics that summarize exogenous and endogenous influences on the event stream for both types of models.

remify — by Giuseppe Arena, 12 days ago

Processing and Transforming Relational Event History Data

Efficiently processes relational event history data and transforms them into formats suitable for other packages. The primary objective of this package is to convert event history data into a format that integrates with the packages in 'remverse' and is compatible with various analytical tools (e.g., computing network statistics, estimating tie-oriented or actor-oriented social network models). Second, it can also transform the data into formats compatible with other packages out of 'remverse'. The package processes the data for two types of temporal social network models: tie-oriented modeling framework (Butts, C., 2008, ) and actor-oriented modeling framework (Stadtfeld, C., & Block, P., 2017, ).

mvtsplot — by Roger D. Peng, 2 years ago

Multivariate Time Series Plot

A function for plotting multivariate time series data.

filehashSQLite — by Roger D. Peng, 2 years ago

Simple Key-Value Database using SQLite

Simple key-value database using SQLite as the backend.

recluster — by Leonardo Dapporto, 6 months ago

Ordination Methods for the Analysis of Beta-Diversity Indices

The analysis of different aspects of biodiversity requires specific algorithms. For example, in regionalisation analyses, the high frequency of ties and zero values in dissimilarity matrices produced by Beta-diversity turnover produces hierarchical cluster dendrograms whose topology and bootstrap supports are affected by the order of rows in the original matrix. Moreover, visualisation of biogeographical regionalisation can be facilitated by a combination of hierarchical clustering and multi-dimensional scaling. The recluster package provides robust techniques to visualise and analyse patterns of biodiversity and to improve occurrence data for cryptic taxa.

remdata — by Joris Mulder, 10 days ago

A Collection of Empirical and Simulated Relational Event Data Sequences

Empirical and simulated data for relational event analyses. Each dataset consists of a relational event sequence and optional actor attributes. Individual datasets are redistributed under their original licenses as documented in inst/DATA_LICENSES.

rxode2 — by Matthew L. Fidler, 4 days ago

Facilities for Simulating from ODE-Based Models

Facilities for running simulations from ordinary differential equation ('ODE') models, such as pharmacometrics and other compartmental models. A compilation manager translates the ODE model into C, compiles it, and dynamically loads the object code into R for improved computational efficiency. An event table object facilitates the specification of complex dosing regimens (optional) and sampling schedules. NB: The use of this package requires both C and Fortran compilers, for details on their use with R please see Section 6.3, Appendix A, and Appendix D in the "R Administration and Installation" manual. Also the code is mostly released under GPL. The 'VODE' and 'LSODA' are in the public domain. The information is available in the inst/COPYRIGHTS.

ImportExport — by Isaac Subirana, a year ago

Import and Export Data

Import and export data from the most common statistical formats by using R functions that guarantee the least loss of the data information, giving special attention to the date variables and the labelled ones.

remstimate — by Giuseppe Arena, 8 days ago

Optimization Frameworks for Tie-Oriented and Actor-Oriented Relational Event Models

Tools for fitting, diagnosing, and analyzing tie-oriented and actor-oriented relational event models, under both frequentist and Bayesian approaches. The package supports tie-oriented modeling (Butts, 2008, ) and an actor-oriented modeling framework (Stadtfeld et al., 2017, ), with additional model diagnostics and goodness-of-fit tools. Interfaces to estimation backends provide a range of extensions: random-effects (frailty) relational event models capturing sender, receiver, and dyadic heterogeneity (Juozaitiene & Wit 2024, ; Mulder & Hoff, 2024, ), finite mixture and dyadic latent class models for unobserved dyadic heterogeneity (Lakdawala et al., 2026, ), penalized estimation via the lasso, ridge, and elastic net (Tibshirani, R., 1996, ; Karimova et al., 2023, ), and approximate Bayesian regularization (Karimova et al., 2025, ). Modeling of events with a duration is also supported (Lakdawala et al., 2026, ) and moving window relational event models (Mulder & Leenders, 2019, ; Meijerink et al., 2023, ).

PVplr — by Roger French, 3 years ago

Performance Loss Rate Analysis Pipeline

The pipeline contained in this package provides tools used in the Solar Durability and Lifetime Extension Center (SDLE) for the analysis of Performance Loss Rates (PLR) in real world photovoltaic systems. Functions included allow for data cleaning, feature correction, power predictive modeling, PLR determination, and uncertainty bootstrapping through various methods . The vignette "Pipeline Walkthrough" gives an explicit run through of typical package usage. This material is based upon work supported by the U.S Department of Energy's Office of Energy Efficiency and Renewable Energy (EERE) under Solar Energy Technologies Office (SETO) Agreement Number DE-EE-0008172. This work made use of the High Performance Computing Resource in the Core Facility for Advanced Research Computing at Case Western Reserve University.