<?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 Plotting regression results from PROC SURVEYREG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Plotting-regression-results-from-PROC-SURVEYREG/m-p/28996#M6786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The standard graphics associated with SURVEYREG require an ESTIMATE, LSMEANS, LSMESTIMATE or SLICE statement.&amp;nbsp; You can get these by adding on ODS graphics on; statement prior to invoking surveyreg (include an ODS graphics off; after it for neatness), and adding the appropriate statement to proc surveyreg.&amp;nbsp; For regression type variables (estimated linear predictors and their standard errors, residuals, confidence bounds), use the OUTPUT out=SAS-data-set statement.&amp;nbsp; You can then use this dataset with any of the graphics procs that give what you need--SGPLOT and SGPANEL kind of come to mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2012 14:35:34 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2012-03-13T14:35:34Z</dc:date>
    <item>
      <title>Plotting regression results from PROC SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Plotting-regression-results-from-PROC-SURVEYREG/m-p/28995#M6785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to find any documentation on how to plot regression results from PROC SURVEYREG.&amp;nbsp; Here's my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyreg data = datafile;&lt;/P&gt;&lt;P&gt;weight perwt;&lt;/P&gt;&lt;P&gt;strata varstr;&lt;/P&gt;&lt;P&gt;cluster varpsu;&lt;/P&gt;&lt;P&gt;class agegroup;&lt;/P&gt;&lt;P&gt;model usc = age agegroup /solution;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 01:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Plotting-regression-results-from-PROC-SURVEYREG/m-p/28995#M6785</guid>
      <dc:creator>chuakp</dc:creator>
      <dc:date>2012-03-13T01:41:18Z</dc:date>
    </item>
    <item>
      <title>Plotting regression results from PROC SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Plotting-regression-results-from-PROC-SURVEYREG/m-p/28996#M6786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The standard graphics associated with SURVEYREG require an ESTIMATE, LSMEANS, LSMESTIMATE or SLICE statement.&amp;nbsp; You can get these by adding on ODS graphics on; statement prior to invoking surveyreg (include an ODS graphics off; after it for neatness), and adding the appropriate statement to proc surveyreg.&amp;nbsp; For regression type variables (estimated linear predictors and their standard errors, residuals, confidence bounds), use the OUTPUT out=SAS-data-set statement.&amp;nbsp; You can then use this dataset with any of the graphics procs that give what you need--SGPLOT and SGPANEL kind of come to mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Plotting-regression-results-from-PROC-SURVEYREG/m-p/28996#M6786</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-03-13T14:35:34Z</dc:date>
    </item>
  </channel>
</rss>

