March 2019
Beginner to intermediate
448 pages
13h 14m
English
We can use the same approach for other distributions. For example, we can get the area to the left of x=3 for a chi-squared distribution with 33 degrees of freedom:
print(paste("Area to the left of x=3",pchisq(3,33)))
After running the preceding code we get the following output:
Read now
Unlock full access