<?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: seeking time-saving advice in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/403977#M21108</link>
    <description>&lt;P&gt;hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am running Proc Logistic on a dataset with 8 million observations. i am stratifying by calendar year (13 years. 2001-2013). the exposure and outcome are binary variables. i am adjusting by a propensity score (continuous number between 0 and 1. 9 decimal places)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=dsn;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; strata calendarYear/ no summary;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; model outcome (event = '1') = exposure ps / risklimits parmlabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is taking hours to run. any suggestions on what i can change to decrease processing time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;much gratitude.&lt;/P&gt;&lt;P&gt;christine&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2017 15:23:34 GMT</pubDate>
    <dc:creator>christine1</dc:creator>
    <dc:date>2017-10-13T15:23:34Z</dc:date>
    <item>
      <title>proc logistic: seeking time-saving advice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/403977#M21108</link>
      <description>&lt;P&gt;hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am running Proc Logistic on a dataset with 8 million observations. i am stratifying by calendar year (13 years. 2001-2013). the exposure and outcome are binary variables. i am adjusting by a propensity score (continuous number between 0 and 1. 9 decimal places)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=dsn;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; strata calendarYear/ no summary;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; model outcome (event = '1') = exposure ps / risklimits parmlabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is taking hours to run. any suggestions on what i can change to decrease processing time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;much gratitude.&lt;/P&gt;&lt;P&gt;christine&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 15:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/403977#M21108</guid>
      <dc:creator>christine1</dc:creator>
      <dc:date>2017-10-13T15:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic: seeking time-saving advice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/403980#M21109</link>
      <description>&lt;P&gt;&lt;SPAN&gt;These would help for most SAS procs, but I'm not sure if they'll work for PROC LOGISTIC.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Do you have an index on your data set? If not consider adding it by calendarYear&lt;/P&gt;
&lt;P&gt;2. You're stratifying your analysis. Is it a true 'stratification' or do you need separate analysis for each year? If the latter, then use BY and/or split your analysis into multiple steps.&lt;/P&gt;
&lt;P&gt;3. Drop any/all other variables in the DATA statement since they're not used.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 15:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/403980#M21109</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-13T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic: seeking time-saving advice</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/404215#M21110</link>
      <description>&lt;P&gt;Not sure if it could work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=dsn;&lt;BR /&gt; strata calendarYear/ no summary;&lt;BR /&gt; model outcome (event = '1') = exposure ps / &lt;FONT color="#FF0000"&gt;fast&lt;/FONT&gt; risklimits parmlabel;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 12:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-logistic-seeking-time-saving-advice/m-p/404215#M21110</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-10-14T12:45:02Z</dc:date>
    </item>
  </channel>
</rss>

