my_pValueF: F-test p-values

View source: R/ffmanovatest.R

my_pValueFR Documentation

F-test p-values

Description

This is simply a wrapper around pf: my_pValueF(f, ny1, ny2) is equivalent to pf(f, ny1, ny2, lower.tail = FALSE).

Usage

my_pValueF(f, ny1, ny2)

Arguments

f

The F value

ny1

The numerator df's

ny2

The denominator df's

Value

A p-value.

Author(s)

Øyvind Langsrud and Bjørn-Helge Mevik

See Also

pf


ffmanova documentation built on Oct. 18, 2023, 5:08 p.m.