<?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 Proc logistic p-value in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-p-value/m-p/450253#M23541</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The purpose of our study is to compare our results for the dietary diversity for women during 2 seasons: spring and summer.&lt;/P&gt;&lt;P&gt;We want to check if our confounding variables for women’s dietary diversity interact during the 2 seasons.&lt;/P&gt;&lt;P&gt;We used the following proc logistic to answer our question (I’m using SAS Enterprise Guide 6.1):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&amp;nbsp;data=results2&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;class&amp;nbsp;region (param=ref&amp;nbsp;ref='1-Sud')&lt;/P&gt;&lt;P&gt;v_urban_rural (param=ref&amp;nbsp;ref='rural')&lt;/P&gt;&lt;P&gt;season;&lt;/P&gt;&lt;P&gt;model&amp;nbsp;Dietary_diversity (event='Yes')=&amp;nbsp; season region v_urban_rural&amp;nbsp;region*season v_urban_rural*season&amp;nbsp;;&lt;/P&gt;&lt;P&gt;format&amp;nbsp;season&amp;nbsp;saison.;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code gave us the p-value for one group of the variable example: p-value for urban but it didn’t give us the p-value for rural !!! though we want to check the differences between the 2 seasons for all groups and not compare urban-rural between the 2 periods. So how can I ask for such information!!??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 448px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19562i7B35BC36F463C780/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Apr 2018 18:12:55 GMT</pubDate>
    <dc:creator>sebai</dc:creator>
    <dc:date>2018-04-01T18:12:55Z</dc:date>
    <item>
      <title>Proc logistic p-value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-p-value/m-p/450253#M23541</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The purpose of our study is to compare our results for the dietary diversity for women during 2 seasons: spring and summer.&lt;/P&gt;&lt;P&gt;We want to check if our confounding variables for women’s dietary diversity interact during the 2 seasons.&lt;/P&gt;&lt;P&gt;We used the following proc logistic to answer our question (I’m using SAS Enterprise Guide 6.1):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&amp;nbsp;data=results2&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;class&amp;nbsp;region (param=ref&amp;nbsp;ref='1-Sud')&lt;/P&gt;&lt;P&gt;v_urban_rural (param=ref&amp;nbsp;ref='rural')&lt;/P&gt;&lt;P&gt;season;&lt;/P&gt;&lt;P&gt;model&amp;nbsp;Dietary_diversity (event='Yes')=&amp;nbsp; season region v_urban_rural&amp;nbsp;region*season v_urban_rural*season&amp;nbsp;;&lt;/P&gt;&lt;P&gt;format&amp;nbsp;season&amp;nbsp;saison.;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code gave us the p-value for one group of the variable example: p-value for urban but it didn’t give us the p-value for rural !!! though we want to check the differences between the 2 seasons for all groups and not compare urban-rural between the 2 periods. So how can I ask for such information!!??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 448px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19562i7B35BC36F463C780/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 18:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-p-value/m-p/450253#M23541</guid>
      <dc:creator>sebai</dc:creator>
      <dc:date>2018-04-01T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic p-value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-p-value/m-p/450257#M23544</link>
      <description>&lt;P&gt;The way SAS parameterized categorical (also called CLASS) factors, you do not want to interpret the regression coefficients to answer the question you have asked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You want to use the LSMEANS statement, along with the LINES options to determine which levels of the categorical variables are different. This will provide clear answers to the question you have asked.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 18:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-p-value/m-p/450257#M23544</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-01T18:23:07Z</dc:date>
    </item>
  </channel>
</rss>

