<?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 LOGISTIC - DIFFERENT WEIGHTS FOR DIFFERENT VARIABLES in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-DIFFERENT-WEIGHTS-FOR-DIFFERENT-VARIABLES/m-p/630745#M30240</link>
    <description>&lt;P&gt;I've never personally done it, but I believe you can use proc glimmix with logistic assumptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data= survey; 
	class dv; 
	model dv = iv1 iv2 / dist=binomial link=logistic obsweight=weightvariable oddsratio solution; 
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If binomial doesn't work, it might be bernoulli, which will give the same result.&amp;nbsp; I can't remember if glimmix allows both.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 20:35:45 GMT</pubDate>
    <dc:creator>tellmeaboutityo</dc:creator>
    <dc:date>2020-03-09T20:35:45Z</dc:date>
    <item>
      <title>PROC LOGISTIC - DIFFERENT WEIGHTS FOR DIFFERENT VARIABLES</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-DIFFERENT-WEIGHTS-FOR-DIFFERENT-VARIABLES/m-p/630400#M30236</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi team,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am currently working with the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://nces.ed.gov/OnlineCodebook/Session/Codebook/cd15c14f-3c8a-41ba-b807-f6b5f11b3f00" target="_blank" rel="noopener"&gt;HSLS:09 survey&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;data. This dataset combines data from four mains surveys (students, parents,&amp;nbsp; math teachers and science teachers). Each one of these surveys has a&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;different analytical weight&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;associated with them. My logistic&amp;nbsp;analysis uses variables from all these surveys.&amp;nbsp; Do you know how can I incorporate these different survey weights in the PROC SURVEYLOGISTIC or another procedure?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can anyone help me&amp;nbsp;with this? I am really struggling.&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 Mar 2020 21:06:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-DIFFERENT-WEIGHTS-FOR-DIFFERENT-VARIABLES/m-p/630400#M30236</guid>
      <dc:creator>jazambuja</dc:creator>
      <dc:date>2020-03-07T21:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC - DIFFERENT WEIGHTS FOR DIFFERENT VARIABLES</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-DIFFERENT-WEIGHTS-FOR-DIFFERENT-VARIABLES/m-p/630745#M30240</link>
      <description>&lt;P&gt;I've never personally done it, but I believe you can use proc glimmix with logistic assumptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data= survey; 
	class dv; 
	model dv = iv1 iv2 / dist=binomial link=logistic obsweight=weightvariable oddsratio solution; 
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If binomial doesn't work, it might be bernoulli, which will give the same result.&amp;nbsp; I can't remember if glimmix allows both.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 20:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-DIFFERENT-WEIGHTS-FOR-DIFFERENT-VARIABLES/m-p/630745#M30240</guid>
      <dc:creator>tellmeaboutityo</dc:creator>
      <dc:date>2020-03-09T20:35:45Z</dc:date>
    </item>
  </channel>
</rss>

