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

ftest.plotR Documentation

Plot the PDF of the F-test Statistic

Description

Plot the PDF of the F-test Statistic

Usage

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

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

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.