Learn R Programming

miceafter (version 0.5.0)

f2chi: Converts F-values into Chi Square values

Description

f2chi convert F to Chi-square values.

Usage

f2chi(f, df_num)

Value

The Chi square values.

Arguments

f

a vector of F values.

df_num

single value for the numerator degrees of freedom of the F test.

Author

Martijn Heymans, 2021

Examples

Run this code
  f2chi(c(5.83, 4.95, 3.24, 6.27, 4.81), 5)

Run the code above in your browser using DataLab