<?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: small sample conditional logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286729#M15188</link>
    <description>&lt;P&gt;Use an explicit ODDSRATIO statement or use the EXPB option in the model statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=pe.matchedata_21 desc;
strata group;
class CMV_ca_2_1 (ref='Absent');
format CMV_ca_2_1 CMV_igg.;
model PEstatus (event='1')= CMV_ca_2_1/ expb clodds=both;
exact CMV_ca_2_1 / estimate = both;
oddsratio cm_ca_2_1;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Jul 2016 00:09:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-07-25T00:09:05Z</dc:date>
    <item>
      <title>small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286726#M15187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to apply exact conditional logistic regression to my samll sample matched data with th efollowing code but t does not give me odds ratio. It gives coefficients with their CI.&lt;/P&gt;&lt;P&gt;Can yo ucorrect my code? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;strata group;&lt;BR /&gt;class CMV_ca_2_1 (ref='Absent');&lt;BR /&gt;format CMV_ca_2_1 CMV_igg.;&lt;BR /&gt;model PEstatus (event='1')= CMV_ca_2_1;&lt;BR /&gt;exact CMV_ca_2_1 / estimate = both;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 00:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286726#M15187</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T00:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286729#M15188</link>
      <description>&lt;P&gt;Use an explicit ODDSRATIO statement or use the EXPB option in the model statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=pe.matchedata_21 desc;
strata group;
class CMV_ca_2_1 (ref='Absent');
format CMV_ca_2_1 CMV_igg.;
model PEstatus (event='1')= CMV_ca_2_1/ expb clodds=both;
exact CMV_ca_2_1 / estimate = both;
oddsratio cm_ca_2_1;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2016 00:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286729#M15188</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T00:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286730#M15189</link>
      <description>&lt;P&gt;Thanks Reeza. However, it does not work. With 'oddsratio cmv_ca_2_1' no change.&lt;/P&gt;&lt;P&gt;With 'expb clodds=both' it even does not work; log states '&lt;BR /&gt;ERROR: The CLODDS=PL option is not allowed when a STRATA statement is specified.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 00:20:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286730#M15189</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T00:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286732#M15190</link>
      <description>&lt;P&gt;Change clodds to Wald or remove it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) log from code&lt;/P&gt;
&lt;P&gt;2) parameter estimate table&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 00:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286732#M15190</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T00:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286736#M15191</link>
      <description>&lt;P&gt;proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;strata group;&lt;BR /&gt;class CMV_ca_2_1 (ref='Absent');&lt;BR /&gt;format CMV_ca_2_1 CMV_igg.;&lt;BR /&gt;model PEstatus (event='1')= CMV_ca_2_1;&lt;BR /&gt;exact CMV_ca_2_1 / estimate = both;&lt;BR /&gt;oddsratio cmv_ca_2_1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;Below is the table which I get for Exact analysis after using the above code. PLease note that before this table or exact analysis, the result contains non-exact output with 95%CI (output 1 below).&lt;/P&gt;&lt;P&gt;SAS Output 1&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Odds Ratio Estimates and Wald Confidence Intervals Odds Ratio Estimate 95% Confidence Limits CMV_ca_2_1 Present vs Absent &lt;TABLE cellpadding="5" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2.386&lt;/TD&gt;&lt;TD&gt;0.374&lt;/TD&gt;&lt;TD&gt;15.232&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;SAS Output 2&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Exact Parameter Estimates Parameter &amp;nbsp; Estimate Standard&lt;BR /&gt;Error 95% Confidence Limits Two-sided p-Value CMV_ca_2_1 Present &lt;TABLE cellpadding="5" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0.4348&lt;/TD&gt;&lt;TD&gt;0.4729&lt;/TD&gt;&lt;TD&gt;-0.6886&lt;/TD&gt;&lt;TD&gt;1.7146&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.6250&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286736#M15191</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286737#M15192</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOG?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286737#M15192</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T01:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286738#M15193</link>
      <description>&lt;P&gt;My apologies!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;81&amp;nbsp;&amp;nbsp; proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;NOTE: Data file PE.MATCHEDATA_21.DATA is in a format that is native to another host, or&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; performance.&lt;BR /&gt;82&amp;nbsp;&amp;nbsp; strata group;&lt;BR /&gt;83&amp;nbsp;&amp;nbsp; class CMV_ca_2_1 (ref='Absent');&lt;BR /&gt;84&amp;nbsp;&amp;nbsp; format CMV_ca_2_1 CMV_igg.;&lt;BR /&gt;85&amp;nbsp;&amp;nbsp; model PEstatus (event='1')= CMV_ca_2_1;&lt;BR /&gt;86&amp;nbsp;&amp;nbsp; exact CMV_ca_2_1 / estimate = both;&lt;BR /&gt;87&amp;nbsp;&amp;nbsp; oddsratio cmv_ca_2_1;&lt;BR /&gt;88&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml1.htm&lt;BR /&gt;NOTE: PROC LOGISTIC is modeling the probability that PEstatus='1'.&lt;BR /&gt;NOTE: Convergence criterion (GCONV=1E-8) satisfied.&lt;BR /&gt;WARNING: Odds ratios for CMV_ca_2_1 in the EXACT statement are not computed unless the&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reference parameterization is used.&lt;BR /&gt;NOTE: There were 73 observations read from the data set PE.MATCHEDATA_21.&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.08 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.37 seconds&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286738#M15193</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T01:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286739#M15194</link>
      <description>&lt;P&gt;So I got some sample data and replicated your code. My log says this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;70 proc logistic data = exlogit desc;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;71 class female;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;72 freq num;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;73 model admit = female apcalc;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;74 exact female apcalc / estimate = both;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="sasLogNote3_1469017165882" class="sasNote"&gt;NOTE: PROC LOGISTIC is modeling the probability that admit=1.&lt;/DIV&gt;
&lt;DIV id="sasLogNote4_1469017165882" class="sasNote"&gt;NOTE: Convergence criterion (GCONV=1E-8) satisfied.&lt;/DIV&gt;
&lt;DIV id="sasLogWarning1_1469017165882" class="sasWarning"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WARNING: Odds ratios for female in the EXACT statement are not computed unless the reference parameterization is used.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="sasLogNote5_1469017165882" class="sasNote"&gt;NOTE: There were 8 observations read from the data set WORK.EXLOGIT.&lt;/DIV&gt;
&lt;DIV id="sasLogNote6_1469017165882" class="sasNote"&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.28 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.21 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;Once I changed the code to use reference parameterization, it worked.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;I would assume that your log has a similar warning?&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;class CMV_ca_2_1 (ref='Absent')/param=ref;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286739#M15194</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T01:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286740#M15195</link>
      <description>&lt;P&gt;PLEASE read the log in the future and post it in your question if you have issues.&lt;/P&gt;
&lt;P&gt;It tells you exactly what you need to do to solve your issue.&amp;nbsp;&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/74799"&gt;@wajmsu&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WARNING: Odds ratios for CMV_ca_2_1 in the EXACT statement are not computed unless the&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reference parameterization is used.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286740#M15195</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T01:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286741#M15196</link>
      <description>&lt;P&gt;Thanks Reeza; it worked this time.&lt;/P&gt;&lt;P&gt;Both tables are below, exact and non-exact analysis.&lt;/P&gt;&lt;P&gt;My question is that why we use exact when we get wide 95%CI, usually we prefer narrow CI.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Exact Odds Ratios&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Parameter&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Estimate&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;95% Confidence Limits&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Two-sided p-Value&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;CMV_ca_2_1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Present&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2.386&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.252&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;30.852&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.6250&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Odds Ratio Estimates&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Effect&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Point Estimate&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;95% Wald&lt;BR /&gt;Confidence Limits&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;CMV_ca_2_1 Present vs Absent&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2.386&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.374&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;15.232&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 25 Jul 2016 02:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286741#M15196</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T02:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286743#M15198</link>
      <description>&lt;P&gt;I don't know the answer to that, someone else will have to chime in now.&amp;nbsp;&lt;BR /&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 02:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286743#M15198</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286774#M15204</link>
      <description>&lt;P&gt;Hi again Reeza,&lt;/P&gt;&lt;P&gt;As I start buidling multivariable model it again creates problem. Here are my codes and logs, once again thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;strata group;&lt;BR /&gt;class CMV_ca_2_1 (ref='Absent')/param=ref bmicat (ref='Less than 25')/param=ref;&lt;BR /&gt;format CMV_ca_2_1 CMV_igg. bmicat bmicat.;&lt;BR /&gt;model PEstatus (event='1')= CMV_ca_2_1 bmicat;&lt;BR /&gt;exact CMV_ca_2_1 bmicat / estimate = both;&lt;BR /&gt;oddsratio cmv_ca_2_1 bmicat;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;153&amp;nbsp; proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;NOTE: Data file PE.MATCHEDATA_21.DATA is in a format that is native to another host, or&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; performance.&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;154&amp;nbsp; strata group;&lt;BR /&gt;155&amp;nbsp; class CMV_ca_2_1 (ref='Absent')/param=ref bmicat (ref='Less than 25')/param=ref;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, CODING, CPREFIX, DESC,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DESCENDING, LPREFIX, MISSING, ORDER, PARAM, REF, REFERENCE, TRUNCATE.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;156&amp;nbsp; format CMV_ca_2_1 CMV_igg. bmicat bmicat.;&lt;BR /&gt;157&amp;nbsp; model PEstatus (event='1')= CMV_ca_2_1 bmicat;&lt;BR /&gt;158&amp;nbsp; exact CMV_ca_2_1 bmicat / estimate = both;&lt;BR /&gt;159&amp;nbsp; oddsratio cmv_ca_2_1 bmicat;&lt;BR /&gt;160&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286774#M15204</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286778#M15205</link>
      <description>&lt;P&gt;Param=ref is only specified only once at the end of your class statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really want multiple methods you can use multiple class statements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case the error isn't very helpful &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286778#M15205</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T06:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286779#M15206</link>
      <description />
      <pubDate>Mon, 25 Jul 2016 06:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286779#M15206</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286780#M15207</link>
      <description>&lt;P&gt;It did not change putting Param=ref once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem remians the same.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286780#M15207</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T06:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286783#M15208</link>
      <description>&lt;P&gt;Post your code and log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286783#M15208</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286785#M15209</link>
      <description>&lt;P&gt;This is the same I posted in previous message. It is here again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;strata group;&lt;BR /&gt;class CMV_ca_2_1 (ref='Absent')/param=ref bmicat (ref='Less than 25')/param=ref;&lt;BR /&gt;format CMV_ca_2_1 CMV_igg. bmicat bmicat.;&lt;BR /&gt;model PEstatus (event='1')= CMV_ca_2_1 bmicat;&lt;BR /&gt;exact CMV_ca_2_1 bmicat / estimate = both;&lt;BR /&gt;oddsratio cmv_ca_2_1 bmicat;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;153&amp;nbsp; proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;NOTE: Data file PE.MATCHEDATA_21.DATA is in a format that is native to another host, or&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; performance.&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;154&amp;nbsp; strata group;&lt;BR /&gt;155&amp;nbsp; class CMV_ca_2_1 (ref='Absent')/param=ref bmicat (ref='Less than 25')/param=ref;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, CODING, CPREFIX, DESC,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DESCENDING, LPREFIX, MISSING, ORDER, PARAM, REF, REFERENCE, TRUNCATE.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;156&amp;nbsp; format CMV_ca_2_1 CMV_igg. bmicat bmicat.;&lt;BR /&gt;157&amp;nbsp; model PEstatus (event='1')= CMV_ca_2_1 bmicat;&lt;BR /&gt;158&amp;nbsp; exact CMV_ca_2_1 bmicat / estimate = both;&lt;BR /&gt;159&amp;nbsp; oddsratio cmv_ca_2_1 bmicat;&lt;BR /&gt;160&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286785#M15209</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286788#M15210</link>
      <description>&lt;P&gt;And you didn't change your code... Why would I want to see the same code/log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change your code as indicated in my first answer, if that doesn't work post the code and log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286788#M15210</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T07:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286791#M15211</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;class CMV_ca_2_1 (ref='Absent') bmicat (ref='Less than 25')/param=ref;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286791#M15211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-25T07:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: small sample conditional logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286794#M15212</link>
      <description>&lt;P&gt;As I mentioned earlier, it did not work. Here is the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;161&amp;nbsp; proc logistic data=pe.matchedata_21 desc;&lt;BR /&gt;NOTE: Data file PE.MATCHEDATA_21.DATA is in a format that is native to another host, or&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; performance.&lt;BR /&gt;162&amp;nbsp; strata group;&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;163&amp;nbsp; class CMV_ca_2_1 (ref='Absent') bmicat (ref='Less than 25')/param=ref;&lt;BR /&gt;164&amp;nbsp; format CMV_ca_2_1 CMV_igg. bmicat bmicat.;&lt;BR /&gt;165&amp;nbsp; model PEstatus (event='1')= CMV_ca_2_1 bmicat;&lt;BR /&gt;166&amp;nbsp; exact CMV_ca_2_1 bmicat / estimate = both;&lt;BR /&gt;167&amp;nbsp; oddsratio cmv_ca_2_1 bmicat;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, /.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;168&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 08:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/small-sample-conditional-logistic/m-p/286794#M15212</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-07-25T08:13:46Z</dc:date>
    </item>
  </channel>
</rss>

