<?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: PROC SURVEYREG, Note on Estimate Table in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752738#M36608</link>
    <description>Its a NOTE, not a WARNING/ERROR, so nothing is wrong it's just warning you that something has changed in case you were trying to compare to prior results.</description>
    <pubDate>Wed, 07 Jul 2021 21:35:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-07-07T21:35:33Z</dc:date>
    <item>
      <title>PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752733#M36606</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have SUDAAN, so I am using SAS PROC SURVEYREG to age-adjust complex survey data (BRFSS, specifically). The following is my code to age-adjust current smokers (binary, 0=non-smoker, 1=smoker) by a binary rural/urban classification using 5 age groups. (Trying to estimate the number of current smokers in rural vs urban areas).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	PROC SURVEYREG DATA = smokingRU NOMCAR;
	STRATA  _STSTR;
	CLUSTER _PSU;
	WEIGHT  _LLCPWTRU;
	CLASS _LLCPMRU01 agegrp;
	MODEL CurrentSmoker = _LLCPMRU01*agegrp/NOINT SOLUTION VADJUST=NONE CLPARM;
	ESTIMATE 'Rural' _LLCPMRU01*agegrp 0.128810 0.182648 0.219077 0.299194 0.170271   
									   0 		0 	     0 		  0        0		;
			 'Urban' _LLCPMRU01*agegrp 0 		0 	     0 		  0 	   0   
									   0.128810 0.182648 0.219077 0.299194 0.170271 ;
	RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The estimates I get are reasonable; however, I keep getting the following note in my log:&lt;/P&gt;&lt;P&gt;"NOTE: The structure of the Estimates table has changed from an earlier release of SAS."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The most recent code example I could find for this methodology used SAS 9.2. I assume there has been a change in the syntax, but when I look through the documentation, I'm not seeing where the problem is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts? Can anyone else see what I'm missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 21:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752733#M36606</guid>
      <dc:creator>MillerEL</dc:creator>
      <dc:date>2021-07-07T21:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752735#M36607</link>
      <description>&lt;P&gt;I believe that that message refers to the same change as occurred with PROC GENMOD as described in &lt;A href="http://support.sas.com/kb/34686" target="_self"&gt;this note&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 21:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752735#M36607</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-07-07T21:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752738#M36608</link>
      <description>Its a NOTE, not a WARNING/ERROR, so nothing is wrong it's just warning you that something has changed in case you were trying to compare to prior results.</description>
      <pubDate>Wed, 07 Jul 2021 21:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752738#M36608</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-07T21:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752776#M36609</link>
      <description>&lt;P&gt;Proc Surveymeans in SAS has poststratification weight adjustment and you can use it for age standardization.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer the following:&amp;nbsp;&lt;A href="https://support.sas.com/rnd/app/stat/examples/poststrata/poststrata.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/stat/examples/poststrata/poststrata.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 06:18:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752776#M36609</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2021-07-08T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752865#M36610</link>
      <description>Yes, I have a single variable code example for this as well, but it's not working right when I try a crosstab. Unfortunately, I don't have the luxury of learning a new methodology right now. Also, with either method, the estimates still do not match SUDAAN . Proc Surveyreg has, at least in the past, been endorsed by the CDC as a reasonable non-SUDAAN alternative and the results are almost always within .2% of SUDAAN. Also, I already have proc surveyreg code for crosstab adjusting that I understand. But I really do appreciate you taking the time to provide the information, and I'll look into it further when I can!</description>
      <pubDate>Thu, 08 Jul 2021 13:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752865#M36610</guid>
      <dc:creator>MillerEL</dc:creator>
      <dc:date>2021-07-08T13:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG, Note on Estimate Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752867#M36611</link>
      <description>Thank you!</description>
      <pubDate>Thu, 08 Jul 2021 13:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-Note-on-Estimate-Table/m-p/752867#M36611</guid>
      <dc:creator>MillerEL</dc:creator>
      <dc:date>2021-07-08T13:33:27Z</dc:date>
    </item>
  </channel>
</rss>

