<?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: Binary logistic regression in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615974#M8634</link>
    <description>&lt;P&gt;Here's an example using PROC LOGISTIC&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 16:06:45 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-01-08T16:06:45Z</dc:date>
    <item>
      <title>Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615939#M8626</link>
      <description>&lt;P&gt;I want to create a&amp;nbsp;logistic model to predict the body fat group i.e. lean or bulky. Select the significant variables, check all the criteria to analyse your model and make an sensitivity-specificity analysis. However I’m unsure what my classification or continuous varible would be or if I’d have any&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 14:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615939#M8626</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615942#M8627</link>
      <description>&lt;P&gt;You have to use independent variables to do any prediction. Do you have independent variables? What are they?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 14:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615942#M8627</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T14:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615952#M8628</link>
      <description>&lt;P&gt;I m given variables including sport (basketball, cross-country, track, softball, volleyball, swim &amp;amp; tennis), height, weight, percentage body fat, BMI (body mass index), sit ups per minute, 40 yard dash, vertical jump, sit reach test, bench press (60lbs and max), leg press (200lbs and max), medicine ball throw and shuttle run.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615952#M8628</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615955#M8629</link>
      <description>&lt;P&gt;So that list contains the independent variables you could put into your model. Sport seems to be the only categorical variable in the list.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615955#M8629</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T15:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615957#M8630</link>
      <description>&lt;P&gt;So are these variables classed as continuous variables or classification variables?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615957#M8630</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615960#M8631</link>
      <description>&lt;P&gt;I also made a variable based on body fat which I know is the response&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615960#M8631</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615961#M8632</link>
      <description>&lt;P&gt;Categorical variables (like sport) are also considered to be classification variables (and you would use the CLASS statement when you do the model). The rest seem to be continuous, but since I don't have your data, you have to look at the data and confirm that.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615961#M8632</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615968#M8633</link>
      <description>&lt;P&gt;They are independent however I am very confused how to carry out this test&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615968#M8633</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615974#M8634</link>
      <description>&lt;P&gt;Here's an example using PROC LOGISTIC&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615974#M8634</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615992#M8635</link>
      <description>&lt;P&gt;Thank you! Would you say to include every one of the independent variables?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 17:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615992#M8635</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615995#M8636</link>
      <description>&lt;P&gt;The answer depends on the data.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 17:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615995#M8636</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T17:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615998#M8637</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tgis is my data it goes down to 57 entries but&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:06:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/615998#M8637</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T21:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/616012#M8638</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 18:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/616012#M8638</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-01-08T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Binary logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/616037#M8639</link>
      <description>&lt;P&gt;No, I didn't mean you should show me the data, I meant you have to analyze the data and see what variables belong in the model.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 20:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Binary-logistic-regression/m-p/616037#M8639</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-08T20:18:32Z</dc:date>
    </item>
  </channel>
</rss>

