Found 720 packages in 0.04 seconds
Tidyverse-Compatible Fragility Index Calculations
Provides optimized, Tidyverse-compatible functions for calculating the Fragility Index and Reverse Fragility Index for 2x2 contingency tables from clinical trials. Uses customized hypergeometric and algebraic calculations along with binary search algorithms to achieve substantial speedups over standard implementations, with seamless integration into 'dplyr' pipelines.
Cross-Framework Causal Fragility Index
Provides a unified workflow for running, classifying, visualizing,
and interpreting sensitivity analyses for unmeasured confounding across
multiple causal frameworks. Introduces the Causal Fragility Index (CFI),
a single 0-100 composite score that integrates evidence from the partial
R-squared robustness value approach (Cinelli and Hazlett, 2020,
Assessing and Visualizing Fragility of Clinical Results with Binary Outcomes
A collection of user-friendly functions for assessing and visualizing fragility of individual studies (Walsh et al., 2014
Adversarial Robustness Attacks for Statistical Claims
Attacks fitted R model claims by searching for small plausible
perturbations that make a target result disappear. The package focuses on
claim-level fragility, smallest-kill reporting, and reproducible caveated
robustness checks for ordinary fitted model objects. The methods draw on
the fragility-index concept of Walsh et al. (2014)
Robustness and Drift Auditing for Longitudinal Decision Systems
Provides tools for constructing longitudinal decision paths, quantifying temporal drift, tracking subgroup disparity trajectories, and stress-testing longitudinal conclusions under hidden bias. Implements three signature metrics: the Drift Intensity Index (DII), which measures structural instability in transition dynamics using the Frobenius norm of consecutive transition matrix differences; the Bias Amplification Index (BAI), which quantifies whether group disparities widen or converge over time; and the Temporal Fragility Index (TFI), which estimates the minimum hidden-bias perturbation required to nullify a longitudinal trend conclusion. An interactive 'shiny' application supports exploratory analysis, visualization, and reproducible reporting. Methods are motivated by applications in educational and social science research, including the Early Childhood Longitudinal Study (ECLS). The DII is based on the Frobenius norm as described in Golub and Van Loan (2013, ISBN:9781421407944). The TFI extends the hidden-bias sensitivity framework of Rosenbaum (2002, ISBN:9781441912633). The BAI draws on disparity-trajectory methods discussed in Duncan and Murnane (2011, ISBN:9780871542731).
Sliding Window Functions
Provides type-stable rolling window functions over any R data type. Cumulative and expanding windows are also supported. For more advanced usage, an index can be used as a secondary vector that defines how sliding windows are to be created.
Sparse Lightweight Arrays and Matrices
Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively.
Indexed Data Frames
Provides extended data frames, with a special data frame column which contains two indexes, with potentially a nesting structure.
S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)
An S3 class with methods for working with regular and irregular time series.
The class stores data as numeric vectors/matrices (or factors) along with a time index of arbitrary class
(including numeric, Date, POSIXct, chron, yearmon, yearqtr, etc.). Functions and methods
are consistent with the ts class and base R and also extend standard generics. Tools include:
Data import/export, coercion, visualization (with base R, 'ggplot2', 'lattice', 'tinyplot'), alignment and merging,
aggregation, lags and subsets, rolling analytics, and time-based interpolation/filling.
The design is introduced in Zeileis and Grothendieck (2005)
Time Indexes and Time Indexed Series
Functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies.