SSContingencyTableSortOrder

public enum SSContingencyTableSortOrder : Int, Codable, CustomStringConvertible

Defines the sort order of the Contingency Table

  • Undocumented

    Declaration

    Swift

    case ascending
  • Undocumented

    Declaration

    Swift

    case descending
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public var description: String { get }