Converts F-values into Chi Square values
f2chi
convert F to Chi-square values.
f2chi(f, df_num)
f
: a vector of F values.df_num
: single value for the numerator degrees of freedom of the F test.The Chi square values.
f2chi(c(5.83, 4.95, 3.24, 6.27, 4.81), 5)
Martijn Heymans, 2021