<?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 LOGIT specifications in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577377#M75499</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner at using SAS University Edition and am unfamiliar with how to properly format my table in a way to meet the specific requirements of the "Binary Logistic Regression" function (i.e. number of events/trials).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have variables set up for patient ID number as well as visit number. I do not believe that those are sufficient to use for this step. Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-dylan&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 14:55:18 GMT</pubDate>
    <dc:creator>Dylans15</dc:creator>
    <dc:date>2019-07-29T14:55:18Z</dc:date>
    <item>
      <title>PROC LOGIT specifications</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577377#M75499</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner at using SAS University Edition and am unfamiliar with how to properly format my table in a way to meet the specific requirements of the "Binary Logistic Regression" function (i.e. number of events/trials).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have variables set up for patient ID number as well as visit number. I do not believe that those are sufficient to use for this step. Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-dylan&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577377#M75499</guid>
      <dc:creator>Dylans15</dc:creator>
      <dc:date>2019-07-29T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGIT specifications</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577398#M75500</link>
      <description>&lt;P&gt;Your data needs to be set up as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Events Trials &amp;lt;covariates&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it's not set up this way, with one event per row then you can use the other type of specification.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL class="aa-syntaxblock"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="aa-stmt"&gt;&lt;A class="aa-stmt ng-scope" tabindex="0" title="MODEL Statement" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax22.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_logistic_syntax22.htm"&gt;&amp;lt;&lt;SPAN class=" aa-argument"&gt;label&lt;/SPAN&gt;&lt;SPAN class=" aa-keyword"&gt;:&lt;/SPAN&gt;&amp;gt; MODEL&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="aa-stmtopt"&gt;variable &amp;lt;&lt;SPAN class=" aa-lparen"&gt;(&lt;/SPAN&gt;variable_options&lt;SPAN class=" aa-rparen"&gt;)&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-keyword"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;effects&amp;gt; &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; &amp;lt;- Use this method;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="aa-stmt"&gt;&lt;A class="aa-stmt ng-scope" tabindex="0" title="MODEL Statement" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax22.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_logistic_syntax22.htm"&gt;&amp;lt;&lt;SPAN class=" aa-argument"&gt;label&lt;/SPAN&gt;&lt;SPAN class=" aa-keyword"&gt;:&lt;/SPAN&gt;&amp;gt; MODEL&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="aa-stmtopt"&gt;events/trials&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-keyword"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;effects&amp;gt; &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;; &lt;STRONG&gt;&amp;lt;- don't use this method&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_syntax.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_syntax.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation has full exampls you can follow:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/api/docsets/statug/15.1/content/statug_code_logiex2.htm?locale=en" target="_blank"&gt;https://documentation.sas.com/api/docsets/statug/15.1/content/statug_code_logiex2.htm?locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/225515"&gt;@Dylans15&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am a beginner at using SAS University Edition and am unfamiliar with how to properly format my table in a way to meet the specific requirements of the "Binary Logistic Regression" function (i.e. number of events/trials).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I currently have variables set up for patient ID number as well as visit number. I do not believe that those are sufficient to use for this step. Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;-dylan&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you still have concerns, post an example of what your data looks like and explain specifically why you think it needs to be reformatted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are instructions on how to provide sample data as a data step:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577398#M75500</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-29T15:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGIT specifications</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577431#M75501</link>
      <description>Thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2019 16:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-LOGIT-specifications/m-p/577431#M75501</guid>
      <dc:creator>Dylans15</dc:creator>
      <dc:date>2019-07-29T16:35:24Z</dc:date>
    </item>
  </channel>
</rss>

