Found 692 packages in 0.01 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
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).
S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)
An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.
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.
Time Indexes and Time Indexed Series
Functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies.
Read and Write Rectangular Text Data Quickly
The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.