R Programming

MANOVA in R

MANOVA stands for Multivariate ANalysis Of VAriance is an extension of ANOVA. In ANOVA we have only one dependent variable but in MANOVA we have more than one dependent variable to include. It is used to test the differences between multiple factors of independent variables. MANOVA allows us to check the difference between different factors […]

MANOVA in R Read More »

Categorical Variable Regression in R Part1

In econometric models, some variables can play a very important role in the explanation of an economic phenomenon. For instance, gender can play a crucial role in determining salary levels. However, quantifying gender isn’t straightforward because gender lacks a numerical nature. This tutorial aims to explain methods for incorporating such information into econometric models, employing

Categorical Variable Regression in R Part1 Read More »