<?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: Weights and Output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147130#M262138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing is check the values of your weight variable. Missing or negative values will mean that observation is not used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 16:32:29 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-05-06T16:32:29Z</dc:date>
    <item>
      <title>Weights and Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147129#M262137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the following statement to output a dataset with my random effects (randoms3) using weighted data. However, when I include the weight statement below, the dataset, randoms3, does not output. It only outputs missing data. When I remove the weights statement, the dataset randoms3 does output correctly. Does anyone know why this is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;glimmix&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=data; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ctycode1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;asthma3 = sex age race2 agegp nohs/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=binary &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;link&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=logit &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;ddfm&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=satterth &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;oddsratio&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;random ctycode1 / &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;tech&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=nrridg; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=brfssout pred=pred3;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; CovParms = randoms3 ParameterEstimates = fixed3;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;weight weight&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;run; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147129#M262137</guid>
      <dc:creator>ntburton1</dc:creator>
      <dc:date>2014-05-06T16:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Weights and Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147130#M262138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing is check the values of your weight variable. Missing or negative values will mean that observation is not used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147130#M262138</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-06T16:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Weights and Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147131#M262139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My weights are all there. They're pretty low though.&lt;/P&gt;&lt;P&gt;Min=.002, Max=1.03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147131#M262139</guid>
      <dc:creator>ntburton1</dc:creator>
      <dc:date>2014-05-06T16:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Weights and Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147132#M262140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like your posted code is missing some text, it may help to repost.&lt;/P&gt;&lt;P&gt;Do you get any warnings in the log when missing data is generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 17:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Weights-and-Output/m-p/147132#M262140</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-06T17:05:59Z</dc:date>
    </item>
  </channel>
</rss>

