<?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 Output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595701#M171425</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I didn't see any problem in your output, so what is your problem .&lt;/P&gt;
&lt;P&gt;For those variables have very small coefficient (&lt;SPAN&gt;3.11E-6, 0.000088 etc) , you can ignore/remove them due to&amp;nbsp; not significant .&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But they could be statistically significant, the statistical significance of these coefficients wasn't mentioned.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 12:29:34 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-10-11T12:29:34Z</dc:date>
    <item>
      <title>Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595308#M171229</link>
      <description>&lt;P&gt;I am running Proc Logistic in SAS with Stepwise selection. My results show the Intercept with an estimate of -3290.3 while the other parameters vary with values such as 0.5337, 3.11E-6, 0.000088 etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the first time I've had such differing values, would anyone be able to explain in layman's terms what this means? And possibly what fixes I could do? Or maybe more things to look into?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I am the only analyst within the business so I have no support from others who work from me as they don't understand the methodology.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595308#M171229</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-10T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595315#M171231</link>
      <description>&lt;P&gt;Intercept is where the regression line crosses the y-axis when all the x-variables are set to zero. The other numbers are slopes of the individual variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what there is to fix here, it's not clear that anything needs to be fixed, it's not clear that anything is wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked for outliers in the x-variables? . &lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595315#M171231</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-10T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595318#M171233</link>
      <description>&lt;P&gt;Sorry it's just in the past my Intercept value has been more similar to the parameter estimates, this is the first time they've been extremely different and I was wondering if I needed to fix something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the outliers outputted as part of Proc Logistic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be worth noting that I'm just building quick scorecard for Segmentation Analysis before I start the actual scorecard builds.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595318#M171233</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-10T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595321#M171234</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/275242"&gt;@manonlyn&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Sorry it's just in the past my Intercept value has been more similar to the parameter estimates, this is the first time they've been extremely different and I was wondering if I needed to fix something.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the outliers outputted as part of Proc Logistic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be worth noting that I'm just building quick scorecard for Segmentation Analysis before I start the actual scorecard builds.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can check outliers in the x-variables via a histogram or PROC UNIVARIATE, or just about any other plotting method. There are also a number of "goodness of fit" statistics computed by PROC LOGISTIC, such as the C statistic (area under the curve), percent concordance and Somer's D.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595321#M171234</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-10T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595322#M171235</link>
      <description>&lt;P&gt;Thank you I'll start with those, this has been really helpful thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595322#M171235</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-10T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595394#M171266</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry it's just in the past my Intercept value has been more similar to the parameter estimates, this is the first time they've been extremely different and I was wondering if I needed to fix something.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That may have been coincidental. I'm not aware of any rules or logic that would indicate that should happen.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595394#M171266</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-10T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595699#M171424</link>
      <description>&lt;P&gt;I didn't see any problem in your output, so what is your problem .&lt;/P&gt;
&lt;P&gt;For those variables have very small coefficient (&lt;SPAN&gt;3.11E-6, 0.000088 etc) , you can ignore/remove them due to&amp;nbsp; not significant .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595699#M171424</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-10-11T12:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595701#M171425</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I didn't see any problem in your output, so what is your problem .&lt;/P&gt;
&lt;P&gt;For those variables have very small coefficient (&lt;SPAN&gt;3.11E-6, 0.000088 etc) , you can ignore/remove them due to&amp;nbsp; not significant .&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But they could be statistically significant, the statistical significance of these coefficients wasn't mentioned.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595701#M171425</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-11T12:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595704#M171427</link>
      <description>&lt;P&gt;I guess these P values must be &amp;gt;0.05 . And hope OP post these P values and confirm my guess .&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595704#M171427</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-10-11T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595706#M171429</link>
      <description>&lt;P&gt;The P value for the variable with the estimate of 3.11E-6 is &amp;lt;.0001&lt;/P&gt;&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595706#M171429</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-11T12:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595955#M171530</link>
      <description>&lt;P&gt;Can you post the whole&amp;nbsp; parameter estimator table ?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 11:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595955#M171530</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-10-12T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595974#M171535</link>
      <description>It's often considered good practice to standardize your variables in some manner otherwise larger variables can seem more relevant just by the size. Did you standardize your variables ahead of time? Otherwise parameter estimates will just reflect the estimates.</description>
      <pubDate>Sat, 12 Oct 2019 19:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/595974#M171535</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-12T19:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596175#M171615</link>
      <description>&lt;P&gt;At the moment I'm building quick models to analyse if it's worth segmenting. I'm not sure how I would standardize variables? What does this usually include? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 07:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596175#M171615</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-14T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596176#M171616</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Analysis of Maximum Likelihood Estimates&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Parameter&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;Standard Error&lt;/TD&gt;&lt;TD&gt;Wald Chi-Square&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Intercept&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-3290.3&lt;/TD&gt;&lt;TD&gt;703.3&lt;/TD&gt;&lt;TD&gt;21.8867&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.00163&lt;/TD&gt;&lt;TD&gt;0.000226&lt;/TD&gt;&lt;TD&gt;52.2701&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.00526&lt;/TD&gt;&lt;TD&gt;0.000466&lt;/TD&gt;&lt;TD&gt;127.441&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var3&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.000958&lt;/TD&gt;&lt;TD&gt;0.00027&lt;/TD&gt;&lt;TD&gt;12.608&lt;/TD&gt;&lt;TD&gt;0.0004&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var4&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.0001&lt;/TD&gt;&lt;TD&gt;0.000038&lt;/TD&gt;&lt;TD&gt;7.1978&lt;/TD&gt;&lt;TD&gt;0.0073&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.3936&lt;/TD&gt;&lt;TD&gt;0.0369&lt;/TD&gt;&lt;TD&gt;113.85&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var6&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.000088&lt;/TD&gt;&lt;TD&gt;0.000016&lt;/TD&gt;&lt;TD&gt;31.0853&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var7&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.002&lt;/TD&gt;&lt;TD&gt;0.000298&lt;/TD&gt;&lt;TD&gt;45.2192&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var8&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.0126&lt;/TD&gt;&lt;TD&gt;0.00317&lt;/TD&gt;&lt;TD&gt;15.871&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var9&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.00046&lt;/TD&gt;&lt;TD&gt;0.000152&lt;/TD&gt;&lt;TD&gt;9.2876&lt;/TD&gt;&lt;TD&gt;0.0023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var10&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.00307&lt;/TD&gt;&lt;TD&gt;0.000654&lt;/TD&gt;&lt;TD&gt;22.0835&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var11&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.4135&lt;/TD&gt;&lt;TD&gt;0.0961&lt;/TD&gt;&lt;TD&gt;18.5191&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var12&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3.11E-06&lt;/TD&gt;&lt;TD&gt;7.86E-07&lt;/TD&gt;&lt;TD&gt;15.6228&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var13&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.000163&lt;/TD&gt;&lt;TD&gt;0.000035&lt;/TD&gt;&lt;TD&gt;21.8936&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var14&lt;/TD&gt;&lt;TD&gt;HI&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.276&lt;/TD&gt;&lt;TD&gt;0.0988&lt;/TD&gt;&lt;TD&gt;7.8036&lt;/TD&gt;&lt;TD&gt;0.0052&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var14&lt;/TD&gt;&lt;TD&gt;LO&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.0772&lt;/TD&gt;&lt;TD&gt;0.0714&lt;/TD&gt;&lt;TD&gt;1.1689&lt;/TD&gt;&lt;TD&gt;0.2796&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var14&lt;/TD&gt;&lt;TD&gt;VH&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.4861&lt;/TD&gt;&lt;TD&gt;0.0891&lt;/TD&gt;&lt;TD&gt;29.767&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var14&lt;/TD&gt;&lt;TD&gt;VL&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.5337&lt;/TD&gt;&lt;TD&gt;0.1432&lt;/TD&gt;&lt;TD&gt;13.8923&lt;/TD&gt;&lt;TD&gt;0.0002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var15&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.0193&lt;/TD&gt;&lt;TD&gt;0.00414&lt;/TD&gt;&lt;TD&gt;21.7022&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var16&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.00149&lt;/TD&gt;&lt;TD&gt;0.000291&lt;/TD&gt;&lt;TD&gt;26.3576&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var17&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.2849&lt;/TD&gt;&lt;TD&gt;0.0557&lt;/TD&gt;&lt;TD&gt;26.1488&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var18&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.000088&lt;/TD&gt;&lt;TD&gt;0.000018&lt;/TD&gt;&lt;TD&gt;23.3451&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var19&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.00291&lt;/TD&gt;&lt;TD&gt;0.000628&lt;/TD&gt;&lt;TD&gt;21.5079&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 14 Oct 2019 07:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596176#M171616</guid>
      <dc:creator>manonlyn</dc:creator>
      <dc:date>2019-10-14T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596214#M171633</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/275242"&gt;@manonlyn&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;At the moment I'm building quick models to analyse if it's worth segmenting. I'm not sure how I would standardize variables? What does this usually include? Thank you.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Even though &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; says it is good practice to standardize the variables, I don't think standardizing is required in any way, and your models are fine without standardizing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the answer about should you standardize really depends on what "building quick models to analyse if it's worth segmenting" means, and I don't know what that means, and I don't know how you intend to do the analysis to determine if it's worth segmenting. Please explain further.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 12:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Logistic-Output/m-p/596214#M171633</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-14T12:55:59Z</dc:date>
    </item>
  </channel>
</rss>

