- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-15-2018 07:52 AM
(1411 views)
Hi all SAS users,
I'm running a linear regression model by using PROC REG (v. SAS 9.4).
The model did not overcome the test about heteroschedasticity and I want to correct for the presence of heteroschedastic errors.
Browsing on the internet I didn't find anything useful to do that.
Can you provide a way, like, for instance, a statement, to do it?
Thanks for the help!
- Tags:
- proc reg
- regression
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Maybe try to log-transform your outcome variable if that helps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for replying @Miracle, but I cannot do that!
I need to correct it by applying the heteroscedasticity-consistent parameter estimates.
I can doit by using another PROC too.