f2chi {miceafter} | R Documentation |
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.
Martijn Heymans, 2021
f2chi(c(5.83, 4.95, 3.24, 6.27, 4.81), 5)