Econistics Research and Consulting | admin
Econometrics, Data Science, Research Methods, Statistics, STATA, R,
1
archive,paged,author,author-admin,author-1,paged-3,author-paged-3,ajax_fade,page_not_loaded,,qode-theme-ver-7.5,elementor-default,elementor-kit-29429
 

Author: admin

05 Apr Chapter 1 – R Studio – Stepwise Regressions

This session details on estimating Stepwise regression in R Studio as a solution to weak multicollinearity. importing libraries library(tidyverse) # for data managementlibrary(readxl) # to read excel filelibrary(olsrr) # post regression tests importing data auto <- read_excel("D:/UMT notes/MPhil - MS courses/Applied Econometrics/lectures applied econometrics/lecture 6/stepwise regression/auto.xlsx") Stepwise regression swr <- lm(mpg...

Read More

03 Apr Launching Econistics YouTube Channel

Econistics in proud to announce that Econistics.com has officially initiated sharing econometrics and software packages related tutorials. You can visit the YouTube studio at https://www.youtube.com/channel/UCsfzzsa8ZpuDZSW-SU6ysJg/featured?view_as=subscriber Further we do have instagram page https://www.instagram.com/econistics/ here and twitter handle at @post_econistics ...

Read More

29 Mar Chapter 1 – R Studio – Detail count of post regression diagnostics for Cross sectional OLS

https://www.youtube.com/watch?v=g4mwbExrHO0 In this session we are going through a detailed account to assess post regression diagnostics in Cross sectional OLS using R Studio. These tests include Outlier Test, Influential Observations test, Non linearity test, Non normality test, multicollinearity test, heteroskedasticity test, and autocorrelation test ...

Read More