ftest.plot: Plot the PDF of the F-test Statistic

Description Usage Arguments Value Examples

View source: R/ftest.plot.R

Description

Plot the PDF of the F-test Statistic

Usage

1
ftest.plot(fstat, deg, pmax = 0.995, side = "two")

Arguments

fstat

F-test statistic for the ratio of two population variances

deg

Vector of degree of freedoms

pmax

Maximum probability for quantiles in x-axis, Default: 0.995

side

Type of the alternative hypothesis, Default: 'two'

Value

None.

Examples

1
2
vo <- var.test(rnorm(20, 10, 2.4), rnorm(25, 12, 1.8))
ftest.plot(fstat = vo$stat, deg = as.vector(vo$para), pmax = 0.9999, side = "two")

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.