<?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 how do I save quantile regression process output (eg, confidence intervals) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267234#M58013</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am running Proc Quantreg for the first time.&amp;nbsp; I want&amp;nbsp;to get the confidence intervals for the “process plot” of the intercept and slope parameters vs. the quantiles. SAS ver. 9.4 produces an output table that contains the intercept and slope parameters with the quantiles. &amp;nbsp;I would like to also get the data used to show the confidence intervals that are shown in the example plots in Fig.77.10&amp;nbsp; for the example shown in the help.&amp;nbsp; I have looked in the OUTEST and “OUTPUT out = “ statements and options but cannot see that it can be done. Is this not possible?&amp;nbsp; Has anyone been able to save the confidence limits from the process plots?&amp;nbsp; I would like to export them as an ascii file using a file statement in a Data step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any suggestions.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 14:12:35 GMT</pubDate>
    <dc:creator>bmac</dc:creator>
    <dc:date>2016-04-29T14:12:35Z</dc:date>
    <item>
      <title>how do I save quantile regression process output (eg, confidence intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267234#M58013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am running Proc Quantreg for the first time.&amp;nbsp; I want&amp;nbsp;to get the confidence intervals for the “process plot” of the intercept and slope parameters vs. the quantiles. SAS ver. 9.4 produces an output table that contains the intercept and slope parameters with the quantiles. &amp;nbsp;I would like to also get the data used to show the confidence intervals that are shown in the example plots in Fig.77.10&amp;nbsp; for the example shown in the help.&amp;nbsp; I have looked in the OUTEST and “OUTPUT out = “ statements and options but cannot see that it can be done. Is this not possible?&amp;nbsp; Has anyone been able to save the confidence limits from the process plots?&amp;nbsp; I would like to export them as an ascii file using a file statement in a Data step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any suggestions.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 14:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267234#M58013</guid>
      <dc:creator>bmac</dc:creator>
      <dc:date>2016-04-29T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: how do I save quantile regression process output (eg, confidence intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267260#M58016</link>
      <description>&lt;P&gt;It's ODS OUTPUT tables that you're looking for.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use ODS TRACE to see the names of what, see example below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
*your code goes here;&lt;BR /&gt;proc means data=sashelp.class;&lt;BR /&gt;run;
ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The log shows the table name is summary so I can use ODS OUTPUT to capture the tables. The names for the graphs will also produce the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=sashelp.class;
ods output summary=want;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Apr 2016 15:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267260#M58016</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-29T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: how do I save quantile regression process output (eg, confidence intervals)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267598#M58049</link>
      <description>&lt;P&gt;Thank you Reeza for your helpful and prompt reply.&amp;nbsp; It helped a lot and I have been able to get the data exported.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 13:27:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-do-I-save-quantile-regression-process-output-eg-confidence/m-p/267598#M58049</guid>
      <dc:creator>bmac</dc:creator>
      <dc:date>2016-05-02T13:27:35Z</dc:date>
    </item>
  </channel>
</rss>

