<?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 Standard Errors in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703663#M26052</link>
    <description>&lt;P&gt;Yes, I posted because I have not been able to find any answers through the documentation.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2020 15:36:18 GMT</pubDate>
    <dc:creator>JJ_83</dc:creator>
    <dc:date>2020-12-04T15:36:18Z</dc:date>
    <item>
      <title>Proc Logistic Standard Errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703496#M26031</link>
      <description>&lt;P&gt;I am working with a matched case control dataset and I am running the following proc logistic procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic descending data = data;
	strata newgroup;
	model new_case = exp;
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;newgroup is the matching variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new_case is the binary outcome variable (1/0).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;exp is the binary exposure variable (1/0).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to replicate results that my coworker did in stata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my first question is:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;How can I run logistic regression in sas with robust or cluster standard errors?&lt;/LI&gt;
&lt;LI&gt;What kind of standard errors does proc logistic use? (I am assuming it is not robust or cluster)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My apologies if these are really stupid questions!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703496#M26031</guid>
      <dc:creator>JJ_83</dc:creator>
      <dc:date>2020-12-03T20:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Standard Errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703498#M26032</link>
      <description>I think you want a CLASS statement for your categorical variable as well. &lt;BR /&gt;&lt;BR /&gt;SAS Procedures are very well documented, did you review the documentation and not find what you were looking for?&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_details.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703498#M26032</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-12-03T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Standard Errors</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703663#M26052</link>
      <description>&lt;P&gt;Yes, I posted because I have not been able to find any answers through the documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 15:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Logistic-Standard-Errors/m-p/703663#M26052</guid>
      <dc:creator>JJ_83</dc:creator>
      <dc:date>2020-12-04T15:36:18Z</dc:date>
    </item>
  </channel>
</rss>

