<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Robust standard errors in HPMIXED in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986652#M49391</link>
    <description>&lt;UL&gt;
&lt;LI&gt;Don't you have SAS/ETS with PROC PANEL?&lt;/LI&gt;
&lt;LI&gt;Or SAS Econometrics in Viya with PROC CPANEL (CPANEL procedure is the CAS-enabled PANEL procedure)?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There's a ROBUST option to compute robust variances&lt;/P&gt;
&lt;P&gt;There's a HAC option&amp;nbsp;to specify a heteroscedasticity- and autocorrelation-consistent (HAC) covariance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a HCCME=0 | 1 | 2 | 3 to&amp;nbsp;specify a heteroscedasticity-corrected covariance matrix estimator (HCCME)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a&amp;nbsp;&lt;SPAN&gt;CLUSTER option that corrects covariance for intra-cluster correlation&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[EDIT] HPMIXED is multi-threaded indeed, but CPANEL is multi-node and multi-threaded on each node. That's because CPANEL leverages the CAS-engine in Viya (this is distributed computing on in-memory data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2026 11:53:38 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2026-04-22T11:53:38Z</dc:date>
    <item>
      <title>Robust standard errors in HPMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986633#M49389</link>
      <description>&lt;P&gt;Dear SAS Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a large panel data set with ~1 million firms observed over 7 years. I am using fixed effect for firms, but random effects for years as I have time-invariant independent variables. Given the size of the dataset, I am using PROC HPMIXED. My code is below. How can I obtain robust standard errors for this model? Any help will be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-sas"&gt;proc hpmixed data=mydata;
	class firm year;
	model y = x firm / solution;
	random intercept / subject=year;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 20:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986633#M49389</guid>
      <dc:creator>Cuneyt</dc:creator>
      <dc:date>2026-04-21T20:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Robust standard errors in HPMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986635#M49390</link>
      <description>&lt;P&gt;I am not aware of a way to obtain robust standard errors in PROC HPMIXED. For data this size, the p-value is very likely to be significant, regardless of whether the standard errors are robust or not. Many analysts are not too concerned about p-values in situations like this.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 21:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986635#M49390</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2026-04-21T21:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Robust standard errors in HPMIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986652#M49391</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Don't you have SAS/ETS with PROC PANEL?&lt;/LI&gt;
&lt;LI&gt;Or SAS Econometrics in Viya with PROC CPANEL (CPANEL procedure is the CAS-enabled PANEL procedure)?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There's a ROBUST option to compute robust variances&lt;/P&gt;
&lt;P&gt;There's a HAC option&amp;nbsp;to specify a heteroscedasticity- and autocorrelation-consistent (HAC) covariance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a HCCME=0 | 1 | 2 | 3 to&amp;nbsp;specify a heteroscedasticity-corrected covariance matrix estimator (HCCME)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a&amp;nbsp;&lt;SPAN&gt;CLUSTER option that corrects covariance for intra-cluster correlation&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[EDIT] HPMIXED is multi-threaded indeed, but CPANEL is multi-node and multi-threaded on each node. That's because CPANEL leverages the CAS-engine in Viya (this is distributed computing on in-memory data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 11:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-standard-errors-in-HPMIXED/m-p/986652#M49391</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-04-22T11:53:38Z</dc:date>
    </item>
  </channel>
</rss>

