Statistics Using R Programming
How to compute quantiles using R with examples
In this tutorial you will learn about the what are quantiles and how to compute quantiles (quartiles, octiles, deciles and...
Read More
How to compute five number summary statistics in R with examples
In this tutorial, you will learn about what is five number summary statistics, actual calculation of five number summary and...
Read More
Cauchy Distribution Probabilities Using R
Cauchy Distribution probabilities using R In this tutorial, you will learn about how to use dcauchy(), pcauchy(), qcauchy() and rcauchy()...
Read More
Logistic Distribution Probabilities using R
Logistic Distribution probabilities using R In this tutorial, you will learn about how to use dlogis(), plogis(), qlogis() and rlogis()...
Read More
Laplace Distribution Probabilities Using R
Laplace Distribution probabilities using R In this tutorial, you will learn about how to use dlaplace(), plaplace(), qlaplace() and rlaplace()...
Read More
Weibull Distribution probabilities using R
Weibull Distribution probabilities using R In this tutorial, you will learn about how to use dweibull(), pweibull(), qweibull() and rweibull()...
Read More
Gamma Distribution Probabilities using R
Gamma Distribution Probabilities using R In this tutorial, you will learn about how to use dgamma(), pgamma(), qgamma() and rgamma()...
Read More
Beta Distribution probabilities using R
Beta Distribution probabilities using R In this tutorial, you will learn about how to use dbeta(), pbeta(), qbeta() and rbeta()...
Read More