Can we do Robust Regression in SPSS. Either syntax or through its extension is good.
=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Robust regression like the one in this link: https://stats.idre.ucla.edu/stata/output/robust-regression/ |
One possibility is to use the QUANTILE REGRESSION procedure new in Statistics 27 (or maybe 26). Another is the SPSSINC ROBUST REGR extension command. On Sun, Apr 11, 2021 at 5:58 AM 3J LEMA <[hidden email]> wrote:
|
Administrator
|
In reply to this post by 3J LEMA
For the benefit of any Stata users who might be lurking, note that the
official Stata command -rreg- that is mentioned on that UCLA webpage is not the only game in town. E.g., one alternative is Benn Jann's user-contributed command -robreg-, which has been updated recently. See this Statalist post for more info: https://www.statalist.org/forums/forum/general-stata-discussion/general/1602977-update-to-robreg-available-from-ssc 3J LEMA wrote > Can we do Robust Regression in SPSS. Either syntax or through its > extension > is good. > > Robust regression like the one in this link: > https://stats.idre.ucla.edu/stata/output/robust-regression/ > > ===================== > To manage your subscription to SPSSX-L, send a message to > LISTSERV@.UGA > (not to SPSSX-L), with no body text except the > command. To leave the list, send the command > SIGNOFF SPSSX-L > For a list of commands to manage subscriptions, send the command > INFO REFCARD ----- -- Bruce Weaver [hidden email] http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." NOTE: My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. -- Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
--
Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
For robust regression in the sense of heteroskedasticity-consistent standard error estimators u can either use the general linear model via unianova or the rlm or process macro by Andrew Hayes: https://www.afhayes.com/spss-sas-and-r-macros-and-code.html
Anastas Odermatt MA University of Lucerne www.resic.info www.smre-data.ch www.unilu.ch www.zrwp.ch -----Ursprüngliche Nachricht----- Von: SPSSX(r) Discussion <[hidden email]> Im Auftrag von Bruce Weaver Gesendet: Montag, 12. April 2021 19:22 An: [hidden email] Betreff: Re: Robust Regression in SPSS For the benefit of any Stata users who might be lurking, note that the official Stata command -rreg- that is mentioned on that UCLA webpage is not the only game in town. E.g., one alternative is Benn Jann's user-contributed command -robreg-, which has been updated recently. See this Statalist post for more info: https://www.statalist.org/forums/forum/general-stata-discussion/general/1602977-update-to-robreg-available-from-ssc 3J LEMA wrote > Can we do Robust Regression in SPSS. Either syntax or through its > extension is good. > > Robust regression like the one in this link: > https://stats.idre.ucla.edu/stata/output/robust-regression/ > > ===================== > To manage your subscription to SPSSX-L, send a message to > LISTSERV@.UGA > (not to SPSSX-L), with no body text except the command. To leave the > list, send the command SIGNOFF SPSSX-L For a list of commands to > manage subscriptions, send the command INFO REFCARD ----- -- Bruce Weaver [hidden email] http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." NOTE: My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. -- Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
Free forum by Nabble | Edit this page |