powered by
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
# NOT RUN { data(COL) ChiSquareTail(11.7, 7, c(0, 25), col = COL[1]) # }
Run the code above in your browser using DataLab