R/ChiSquareTail.R
ChiSquareTail.Rd
Plot a chi-square distribution and shade the upper tail.
ChiSquareTail( U, df, xlim = c(0, 10), col = fadeColor("black", "22"), axes = TRUE, ... )
Cut off for the upper tail.
Degrees of freedom.
Limits for the plot.
Color of the shading.
Whether to plot an x-axis.
Currently ignored.
Nothing is returned from the function.
normTail
David Diez
data(COL) ChiSquareTail(11.7, 7, c(0, 25), col = COL[1] )