f2chi {miceafter}R Documentation

Converts F-values into Chi Square values

Description

f2chi convert F to Chi-square values.

Usage

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.

Value

The Chi square values.

Author(s)

Martijn Heymans, 2021

Examples

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


[Package miceafter version 0.5.0 Index]