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

Description Usage Arguments Value Examples

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.