chisqregioncurve | R Documentation |
Given df and probability region start and end, plot chi-squared distribution and probability region. From MATH 4753 Lab 6.
chisqregioncurve(df, from, to, xlim, ylim, col = "Magenta")
df |
df parameter of chisq distribution |
from |
start of probability region |
to |
end of probability region |
xlim |
vector for the x-axis limits |
ylim |
vector for the y-axis limits |
col |
color of the shaded region. default magenta. |
chisqregioncurve(df=2, from=2, to=4, xlim=c(-0.5, 20), ylim=c(0, 0.5), col="Pink")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.