<?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 SAS code to calculate 95%CI for standardized estimates for categorical predictors in linear regress in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/729991#M35400</link>
    <description>&lt;P&gt;I am using to predict stronger lifestyle predictors (e.g., Physical activity: active. moderate, inactive) of a continuous outcome and wanted to have standardised estimates (beta-weights) using prog reg and also proc surveyreg in SAS.&lt;/P&gt;&lt;P&gt;proc surveyreg data=data;&lt;BR /&gt;class smoking Alcohol PhysicalActivity gender;&lt;BR /&gt;model BMI = smoking Alcohol PhysicalActivity gender age in years energy intake in kcal / stb solution CLPARM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;However, the 95%CIs generated from both procedures are for unstandardised estimates. Is there anyone who can help me to get 95%CI for the&amp;nbsp;standardised estimates? Thank you in advance for your unreserved support.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 07:35:35 GMT</pubDate>
    <dc:creator>Kunko</dc:creator>
    <dc:date>2021-03-30T07:35:35Z</dc:date>
    <item>
      <title>SAS code to calculate 95%CI for standardized estimates for categorical predictors in linear regress</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/729991#M35400</link>
      <description>&lt;P&gt;I am using to predict stronger lifestyle predictors (e.g., Physical activity: active. moderate, inactive) of a continuous outcome and wanted to have standardised estimates (beta-weights) using prog reg and also proc surveyreg in SAS.&lt;/P&gt;&lt;P&gt;proc surveyreg data=data;&lt;BR /&gt;class smoking Alcohol PhysicalActivity gender;&lt;BR /&gt;model BMI = smoking Alcohol PhysicalActivity gender age in years energy intake in kcal / stb solution CLPARM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;However, the 95%CIs generated from both procedures are for unstandardised estimates. Is there anyone who can help me to get 95%CI for the&amp;nbsp;standardised estimates? Thank you in advance for your unreserved support.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 07:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/729991#M35400</guid>
      <dc:creator>Kunko</dc:creator>
      <dc:date>2021-03-30T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code to calculate 95%CI for standardized estimates for categorical predictors in linear regr</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/730038#M35402</link>
      <description>&lt;P&gt;The standardized estimates are the parameter estimates that you obtain by standardizing all the variables in the model (Xs and Y). So one way to obtain the standardized estimates is to output the design matrix and use PROC STDIZE to standardize the variables in the model. Then rerun the regression on the standardized variables.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/08/31/best-generate-dummy-variables-sas.html" target="_self"&gt;How to generate dummy variables and output the design matrix&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/08/22/standardized-regression-coefficients.html" target="_self"&gt;How to standardize and rerun the regression to obtain standardized estimates&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/730038#M35402</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-03-30T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code to calculate 95%CI for standardized estimates for categorical predictors in linear regr</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/730304#M35408</link>
      <description>Dear Rick,&lt;BR /&gt;&lt;BR /&gt;Thank you so much. It worked well.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Mar 2021 05:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-to-calculate-95-CI-for-standardized-estimates-for/m-p/730304#M35408</guid>
      <dc:creator>Kunko</dc:creator>
      <dc:date>2021-03-31T05:15:37Z</dc:date>
    </item>
  </channel>
</rss>

