f2chi function

Converts F-values into Chi Square values

Converts F-values into Chi Square values

f2chi convert F to Chi-square values.

f2chi(f, df_num)

Arguments

  • f: a vector of F values.
  • df_num: single value for the numerator degrees of freedom of the F test.

Returns

The Chi square values.

Examples

f2chi(c(5.83, 4.95, 3.24, 6.27, 4.81), 5)

Author(s)

Martijn Heymans, 2021

  • Maintainer: Martijn Heymans
  • License: GPL (>= 2)
  • Last published: 2022-10-02