Statistics Using R

Using probability functions in R

We provide effective and economically affordable training courses for R and Python, click here for more details and course registration…

7 months ago

How to draw multivariate statistical data in R

rdatacode.com provides online training course for R and Python, click here for more info ! In simulation and Bayesian statistics,…

8 months ago

Assessing Normality Assumption for Linear Regression in R

The normality assumption in linear regression is necessary to ensure the estimates of parameters are unbiased and the hypothesis testing…

10 months ago

How to generate random numbers from various statistical distributions using R

n this post, we show how to generate random numbers into vector and matrix in R programming, from various statistical…

10 months ago

Estimating simple linear regression model using lm() in R

Linear regression is widely used to model the relationship between response or dependent variable and explanatory or independent variables. The…

10 months ago

Calculating partial correlations with R

When we do data analysis, random variables in the dataset are usually mutually correlated. Sometimes, we may want to measure…

11 months ago

Calculate point-biserial and biserial correlations using R

When a correlation, usually Person type correlation, is calculated, two variables have to be continuous. But this requirement does not…

11 months ago

Using t-distribution and t-test with R

A Student t-distributed random variable is modeling the ratio between a standard Normal random variate and square root of a…

1 year ago

Calculating The Power of a Test in Hypothesis Testing with R

In hypothesis testing, the analyst has chance to commit both Type I and Type II errors. The Type I error…

1 year ago

Calculating Type I Error and Type II Error of Hypothesis Testing using R

In statistical hypothesis testing, there are usually two types of errors that the process will encounter, namely Type I and…

1 year ago