<?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 Output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529816#M73685</link>
    <description>Is the number of obs missing correct? And try restarting SAS, there's nothing wrong with your code, so its likely an issue with the output. Another option is to 'reset' the output.&lt;BR /&gt;&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods listing;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods html;&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Jan 2019 19:29:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-01-24T19:29:24Z</dc:date>
    <item>
      <title>Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529806#M73682</link>
      <description>&lt;P&gt;I am having a problem, for some reason, I am no longer getting the estimated regression coefficients when I run the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveyreg data=RECODE6;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;strata STRATUMCR4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;class anuinc urban MRAC MARRIED SEX EDUC2 Agec;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;model Safety_Scale = anuinc urban MRAC MARRIED SEX EDUC2 Agec ACTIV DPRSN TV_HRS3/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;anova adjrsq clparm deff inverse xpx;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;weight WTANAL;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to run this and get the coefficients just fine, now for some reason I'm not.&lt;/P&gt;&lt;P&gt;It stops after reporting the Tests of Model Effects and the denominator degrees of freedom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 18:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529806#M73682</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2019-01-24T18:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529808#M73683</link>
      <description>&lt;P&gt;What does the log show? Please post the full log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 19:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529808#M73683</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-24T19:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529813#M73684</link>
      <description>&lt;P&gt;No problem, here's the log:&lt;BR /&gt;&lt;BR /&gt;916&amp;nbsp; proc surveyreg data=RECODE6;&lt;BR /&gt;917&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strata STRATUMCR4;&lt;BR /&gt;918&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class anuinc urban MRAC MARRIED SEX EDUC2 Agec;&lt;BR /&gt;919&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model Safety_Scale = anuinc urban MRAC MARRIED SEX EDUC2 Agec&lt;BR /&gt;919! ACTIV DPRSN TV_HRS3/&lt;BR /&gt;920&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anova adjrsq clparm deff inverse xpx;&lt;BR /&gt;921&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight WTANAL;&lt;BR /&gt;922&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *output out = library.test predicted = fitted residual=resids;&lt;BR /&gt;923&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;NOTE: In data set RECODE6, total 2232 observations read, 782&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; observations with missing values or non-positive weights are&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; omitted.&lt;BR /&gt;NOTE: PROCEDURE SURVEYREG used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.13 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 19:27:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529813#M73684</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2019-01-24T19:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529816#M73685</link>
      <description>Is the number of obs missing correct? And try restarting SAS, there's nothing wrong with your code, so its likely an issue with the output. Another option is to 'reset' the output.&lt;BR /&gt;&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods listing;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods html close;&lt;BR /&gt;ods html;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jan 2019 19:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529816#M73685</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-24T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529821#M73686</link>
      <description>&lt;P&gt;Well, good to know my code isn't wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but for some reason it's still not working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 19:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529821#M73686</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2019-01-24T19:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529824#M73687</link>
      <description>1. Run an example from the documentation. Does that work?&lt;BR /&gt;&lt;BR /&gt;2. Remove options from MODEL statement, does that run?&lt;BR /&gt;&lt;BR /&gt;3. Does any proc generate output? eg. proc means?</description>
      <pubDate>Thu, 24 Jan 2019 19:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529824#M73687</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-24T19:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529836#M73688</link>
      <description>&lt;P&gt;Running one of the demonstration works.&lt;/P&gt;&lt;P&gt;proc surveymeans works, as does proc surveyfreq&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying proc surveyreg with a different response variable isn't yielding coefficients either.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 20:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529836#M73688</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2019-01-24T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SurveyReg Output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529838#M73689</link>
      <description>&lt;P&gt;Got it,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to add the SOLUTION option to the Model statement.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 20:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-SurveyReg-Output/m-p/529838#M73689</guid>
      <dc:creator>DanielQuay</dc:creator>
      <dc:date>2019-01-24T20:12:27Z</dc:date>
    </item>
  </channel>
</rss>

