f2chi: Converts F-values into Chi Square values

View source: R/f2chi.R

f2chiR 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)


miceafter documentation built on Oct. 2, 2022, 5:08 p.m.