wrapFTest.htest: Wrap F-test (ratio of variances).

View source: R/FTest.R

wrapFTest.htestR Documentation

Wrap F-test (ratio of variances).

Description

Wrap F-test (ratio of variances).

Usage

## S3 method for class 'htest'
wrapFTest(x, ..., format = NULL)

Arguments

x

lm model

...

extra arguments (not used)

format

if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)

Value

formatted string

Examples


v <- var.test(c(1,2,3,4,5,6,7,7), c(1, 1, 2))
sigr::wrapFTest(v)



sigr documentation built on Aug. 20, 2023, 9:06 a.m.