R language

Chapter 2 – Estimating Advanced Multicollinearity Solution Models using R

When there is high multicollinearity confirmed between the independent variables and you are forced to include all of them in the model, it will lead to over estimated regression coefficients. Since they are changed, now they are biased. This is because high collinearity makes inverse of the matrix bigger. This tutorial provides guidance to estimate […]

Chapter 2 – Estimating Advanced Multicollinearity Solution Models using R Read More »

Chapter 3 – Structure Detection / Index Making / Confirmatory Factor Analysis in R Studio

This tutorial explores the structure detection approach to reduce the variables into relevant sub-indices. This is a second method to reduce the dimensions to avoid multicollinearity when variables are forming theoretical groups. This method is the first step to estimate SEM model. This method can be used to constitute indexes of unequal weight-ages rather than

Chapter 3 – Structure Detection / Index Making / Confirmatory Factor Analysis in R Studio Read More »

Chapter 3 – ARIMA – ARCH/GARCH Models using R Studio

AutoRegressive Integrated Moving Average (ARIMA) Models are used to find the unpredictable deviation from the mean portion of the series. And if the data has high frequency then AutoRegressive Conditional Heteroskedasticity (ARCH) or Generalized AutoRegressive Conditional Heteroskedasticity (GARCH) models are used to estimate the volatility of the series.

Chapter 3 – ARIMA – ARCH/GARCH Models using R Studio Read More »

Scroll to Top