The OpenD Programming Language

fisherExact

Convenience function. Converts a dynamic array to a static one, then calls the overload.

  1. TestRes fisherExact(T[2][2] contingencyTable, Alt alt)
  2. TestRes fisherExact(T[][] contingencyTable, Alt alt)
    fisherExact
    (
    T
    )
    if ()

Meta