ftest.plot | R Documentation |
Plot the PDF of the F-test Statistic
ftest.plot(fstat, deg, pmax = 0.995, side = "two")
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' |
None.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.