Type Aliases

The following type aliases are available globally.

  • A tuple containing the results of one out of multiple comparisons.

    Declaration

    Swift

    public typealias SSPostHocTestResult<FPT> = (row: String, meanDiff: FPT, testStat: FPT, pValue: FPT, testType: SSPostHocTestType) where FPT : Decodable, FPT : Encodable, FPT : SSFloatingPoint