<?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 logistic regression for model prediction in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917298#M45513</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to develop a prediction model for oral cancer using logistic regression using the code below. the final model does not include some known risk factors for oral cancer. How can I modify the code below, to force DRKG, SMOKE, and BNUT among the final selected predictors? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=SETA;&lt;BR /&gt;class sex (REF='1') AGE_GROUP (REF='1') BMI_GRP (REF='1') SMOKE (REF='0') DRKG (REF='0') BNUT (REF='0') EXERCISE (REF='0') MAR_STAT (REF='1') INCOME_GROUP (REF='1') FAMHIST (REF='0') RESIDENCE (REF='1') EDUC (REF='1') MOM (REF='1') FA (REF='1');&lt;BR /&gt;model Oral(event='1') = Smoke DRKG BNUT AGE_GROUP SEX BMI_GRP EXERCISE MAR_STAT INCOME_GROUP RESIDENCE EDUC MOM FA FAMHIST/ selection=STEPWISE slstay=0.05;&lt;BR /&gt;output out=oral_cancer_final p=predicted;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 03:57:01 GMT</pubDate>
    <dc:creator>momolito</dc:creator>
    <dc:date>2024-02-22T03:57:01Z</dc:date>
    <item>
      <title>logistic regression for model prediction</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917298#M45513</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to develop a prediction model for oral cancer using logistic regression using the code below. the final model does not include some known risk factors for oral cancer. How can I modify the code below, to force DRKG, SMOKE, and BNUT among the final selected predictors? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=SETA;&lt;BR /&gt;class sex (REF='1') AGE_GROUP (REF='1') BMI_GRP (REF='1') SMOKE (REF='0') DRKG (REF='0') BNUT (REF='0') EXERCISE (REF='0') MAR_STAT (REF='1') INCOME_GROUP (REF='1') FAMHIST (REF='0') RESIDENCE (REF='1') EDUC (REF='1') MOM (REF='1') FA (REF='1');&lt;BR /&gt;model Oral(event='1') = Smoke DRKG BNUT AGE_GROUP SEX BMI_GRP EXERCISE MAR_STAT INCOME_GROUP RESIDENCE EDUC MOM FA FAMHIST/ selection=STEPWISE slstay=0.05;&lt;BR /&gt;output out=oral_cancer_final p=predicted;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 03:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917298#M45513</guid>
      <dc:creator>momolito</dc:creator>
      <dc:date>2024-02-22T03:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression for model prediction</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917299#M45514</link>
      <description>&lt;P&gt;Add the INCLUDE=3 option in the MODEL statement. Be sure to keep those three variables as the first ones listed after the equal sign.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 04:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917299#M45514</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-02-22T04:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression for model prediction</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917300#M45515</link>
      <description>It worked. Thanks alot for the quick help</description>
      <pubDate>Thu, 22 Feb 2024 04:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/logistic-regression-for-model-prediction/m-p/917300#M45515</guid>
      <dc:creator>momolito</dc:creator>
      <dc:date>2024-02-22T04:29:16Z</dc:date>
    </item>
  </channel>
</rss>

