<?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: How to get confidence limits in PROC GLM? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/832488#M10520</link>
    <description>&lt;P&gt;proc glm data=......;&lt;/P&gt;&lt;P&gt;model target=predictor predictor predictor &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;CLPARM&lt;/STRONG&gt;&lt;/FONT&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 12:57:22 GMT</pubDate>
    <dc:creator>Paige1</dc:creator>
    <dc:date>2022-09-09T12:57:22Z</dc:date>
    <item>
      <title>How to get confidence limits in PROC GLM?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379335#M3127</link>
      <description>&lt;P&gt;&amp;nbsp;Sorry guys, &amp;nbsp;I am a beginner.&lt;/P&gt;&lt;P&gt;I would like perform a Linear regression with PROC GLM but cannot find out how to find confidence intervals to the parameter estimate. Similar to this&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/How-to-obtain-Confidence-Intervals-for-independent-parameter/td-p/163907" target="_blank"&gt;https://communities.sas.com/t5/SAS-Statistical-Procedures/How-to-obtain-Confidence-Intervals-for-independent-parameter/td-p/163907&lt;/A&gt; &amp;nbsp; but I don't know where to put CLPARM. &amp;nbsp;Thanks so much in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glmselect data=CORRECT.BASELINE outdesign(addinputvars)=Work.reg_design;&lt;BR /&gt;class Ethnicity / param=glm;&lt;BR /&gt;model VAT_Difference_Perc_Initial=Ethnicity /showpvalues selection=none;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc reg data=Work.reg_design alpha=0.05 plots(only)=(diagnostics residuals&lt;BR /&gt;observedbypredicted);&lt;BR /&gt;where Ethnicity is not missing;&lt;BR /&gt;ods select DiagnosticsPanel ResidualPlot ObservedByPredicted;&lt;BR /&gt;model VAT_Difference_Perc_Initial=&amp;amp;_GLSMOD /clb ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;proc delete data=Work.reg_design;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 11:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379335#M3127</guid>
      <dc:creator>Lauban</dc:creator>
      <dc:date>2017-07-26T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get confidence limits in PROC GLM?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379353#M3130</link>
      <description>&lt;P&gt;So your title says PROC GLM, but your code doesn't use PROC GLM?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, if you would simply go to SAS HELP, or Google, and search for CLPARM, you would find it. It is an option of the PROC GLM MODEL statement&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax16.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=statcdc&amp;amp;cdcVersion=14.2&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax16.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 12:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379353#M3130</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-26T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get confidence limits in PROC GLM?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379378#M3133</link>
      <description>&lt;P&gt;Sorry about that! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/379378#M3133</guid>
      <dc:creator>Lauban</dc:creator>
      <dc:date>2017-07-26T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get confidence limits in PROC GLM?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/832488#M10520</link>
      <description>&lt;P&gt;proc glm data=......;&lt;/P&gt;&lt;P&gt;model target=predictor predictor predictor &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;CLPARM&lt;/STRONG&gt;&lt;/FONT&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 12:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-get-confidence-limits-in-PROC-GLM/m-p/832488#M10520</guid>
      <dc:creator>Paige1</dc:creator>
      <dc:date>2022-09-09T12:57:22Z</dc:date>
    </item>
  </channel>
</rss>

