Whenever you conduct a Chi-Square test, you will end up with a Chi-Square test statistic.…
Probability Distributions in R
-
-
Probability Distributions in RRSoftware Tutorials
A Guide to dgeom, pgeom, qgeom, and rgeom in R
by Erma Khanby Erma KhanThis tutorial explains how to work with the geometric distribution in R using the following…
-
Probability Distributions in RRSoftware Tutorials
A Guide to dpois, ppois, qpois, and rpois in R
by Erma Khanby Erma KhanThis tutorial explains how to work with the Poisson distribution in R using the following…
-
Probability Distributions in RRSoftware Tutorials
How to Plot a t Distribution in R
by Erma Khanby Erma KhanTo plot the probability density function for a t distribution in R, we can use…
-
Probability Distributions in RRSoftware Tutorials
How to Plot a Weibull Distribution in R
by Erma Khanby Erma KhanTo plot the probability density function for a Weibull distribution in R, we can use…
-
Probability Distributions in RRSoftware Tutorials
How to Plot a Poisson Distribution in R
by Erma Khanby Erma KhanTo plot the probability mass function for a Poisson distribution in R, we can use…
-
Probability Distributions in RRSoftware Tutorials
How to Plot a Binomial Distribution in R
by Erma Khanby Erma KhanTo plot the probability mass function for a binomial distribution in R, we can use…
-
Probability Distributions in RRSoftware Tutorials
How to Plot a Log Normal Distribution in R
by Erma Khanby Erma KhanTo plot the probability density function for a log normal distribution in R, we can…
-
Probability Distributions in RRSoftware Tutorials
A Guide to dt, qt, pt, & rt in R
by Erma Khanby Erma KhanThe Student t distribution is one of the most commonly used distribution in statistics. This…
-
Probability Distributions in RRSoftware Tutorials
How to Calculate the P-Value of an F-Statistic in R
by Erma Khanby Erma KhanAn F-test produces an F-statistic. To find the p-value associated with an F-statistic in R,…