Backend Reference
This section documents the internal modules and functions used in the rthor package.
Module Structure
rthor: Main user-facing module containingtest()andcompare()functions_core: Core statistical algorithm implementations_input: Input processing and correlation matrix handling_permutations: Permutation generation and application_validation: Input validation utilities_vectorized: Vectorized numerical operations
Modules prefixed with underscore (_) are internal implementation details. The main rthor module provides the public API.