Introduction to Heteroscedasticity and How to Correct It in Stata Using White’s Robust Standard Errors
Introduction to Heteroscedasticity and How to Correct It in Stata Using White’s Robust Standard Errors In this video, Dr. Ngozi ADEYELE, PhD, Founder Crunch Econometrix, discusses heteroscedasticity and how to correct it in Stata using White’s robust standard errors. Heteroscedasticity is a statistical problem that occurs when the variance of the residuals (the errors between […]
Linear vs. Logistic Probability Models: Which is Better, and When?
Interpretability Let’s start by comparing the two models explicitly. If the outcome Y is a dichotomy with values 1 and 0, define p = E(Y|X), which is just the probability that Y is 1, given some value of the regressors X. Then the linear and logistic probability models are: p = a0 + a1X1 + a2X2 + … + akXk (linear) ln[p/(1-p)] = b0 + b1X1 + b2X2 + … + bkXk (logistic) […]
The Difference Between the Bernoulli and Binomial Distributions
You might already be familiar with the binomial distribution. It describes the scenario where the result of an observation is binary—it can be one of two outcomes. You might label the outcomes as “success” and “failure” (or not!). Or, if you want to get mathematical about it, you might label them “1” and “0.” You […]
Logistic Regression Analysis: Understanding Odds and Probability
Probability and odds measure the same thing: the likelihood or propensity or possibility of a specific outcome. People use the terms odds and probability interchangeably in casual usage, but that is unfortunate. It just creates confusion because they are not equivalent. How Odds and Probability Differ They measure the same thing on different scales. Imagine how confusing it would be […]
How to Conduct Probit and Logit Models (Binary Outcome Models)
Probit and Logit Models (Binary Outcome Models) Do you want to understand the factors that influence binary outcomes? Then you’ve come to the right place. In this article, we’ll delve into the world of Probit and Logit models, which are commonly used in statistical analysis to predict binary outcomes. Whether you’re a researcher, […]
Logistic Regression Analysis: Understanding Odds and Probability
Probability and odds measure the same thing: the likelihood or propensity or possibility of a specific outcome. People use the terms odds and probability interchangeably in casual usage, but that is unfortunate. It just creates confusion because they are not equivalent. How Odds and Probability Differ They measure the same thing on different scales. Imagine how confusing it would be […]
The Difference between Logistic and Probit Regression
Both are types of generalized linear models. This means they have this form: Both can be used for modeling the relationship between one or more numerical or categorical predictor variables and a categorical outcome. Both have versions for binary, ordinal, or multinomial categorical outcomes. And each of these requires specific coding of the outcome. For example, in both logistic and […]
ARCH model for time series analysis in STATA
The previous article showed how to initiate the AutoRegressive Conditional Heteroskedasticity (ARCH) model on a financial stock return time series for period 1990 to 2016. It showed results for stationarity, volatility, normality and autocorrelation on a differenced log of stock returns. The article concluded that the series has an ARCH effect. In continuation, this article presents the ARCH model of the same series. Applying […]
How to identify ARCH effect for time series analysis in STATA
The previous articles showed how to apply Vector Auto Regression (VAR) and Vector Error Correction Model (VECM) based on the assumption that the variables either have a long run or short run causality among them. Some financial time series such as stock returns show wide swings for an extended period of time. Such behaviour is known as volatility. Volatility only represents […]
How to test and diagnose VECM in STATA
The previous article estimated Vector Error Correction (VECM) for time series Gross Domestic Product (GDP), Gross Fixed Capital Formation (GFC), Private Final Consumption (PFC ). This article explains testing and diagnosing VECM in STATA to ascertain whether this model is correct or not. Among diagnostic tests, common ones are tested for autocorrelation and test for normality. LM test for residual autocorrelation and diagnosing VECM To start with the test […]