Cluster Standard Errors with fitlm
Mostra commenti meno recenti
I have panel data (county, year) and want to run a regression with individual-specific effects that are uncorrelated (a fixed effects regression in economics parlance). Does fitlm automatically cluster the standard errors? If not, is there a way to do this?
4 Commenti
Aditya Patil
il 15 Lug 2021
Can you elaborate on what you mean by clustering of standard errors? I assume you are using fitlme, and want the errors for all the inputs to be clustered under some condition?
Joshua
il 15 Lug 2021
Aditya Patil
il 22 Set 2021
Can you have a look at the examples provided in https://www.mathworks.com/help/stats/fitlme.html and let me know if this serves your usage? By providing random effect as (1 + x | g), you should be able to have correlation within group errors, while errors outside group will be uncorrelated.
Joshua
il 22 Set 2021
Risposte (1)
Aditya Patil
il 16 Lug 2021
1 voto
Currently, clustered standard errors is not supported in Statistics and Machine Learning Toolbox. I have brought the request to the notice of concerned developers.
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!