<?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: SAS command to run a linear multiple regression WITH COVARIATE in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700712#M33802</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model dependent_variable=covariate independent_variables/selection=stepwise;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want stepwise to force the covariate into the model, so it must be selected, use&lt;FONT face="courier new,courier"&gt; include=1&lt;/FONT&gt; which forces the first variable listed to always be selected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model dependent_variable=covariate independent_variables/selection=stepwise include=1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I feel compelled to advise about the dangers of using Stepwise regression, as many statisticians don't trust it, find it unreliable and misleading. Use your favorite internet search engine to search for "problems with stepwise regression" and you'll have enough to read on this topic for a week. Alternatives are PROC PLS and PROC GLMSELECT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Nov 2020 21:06:37 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-21T21:06:37Z</dc:date>
    <item>
      <title>SAS command to run a linear multiple regression WITH COVARIATE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700707#M33801</link>
      <description>&lt;P&gt;I am using the SAS command to run a linear multiple regression, stepwise method. However, I have covariates and I would like to know, which is the correct SAS command for this. My actual command is:&lt;/P&gt;&lt;P&gt;proc reg data=a;&lt;/P&gt;&lt;P&gt;model dependent_variable= independent_variables/selection=stepwise;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 19:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700707#M33801</guid>
      <dc:creator>CS_B</dc:creator>
      <dc:date>2020-11-21T19:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS command to run a linear multiple regression WITH COVARIATE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700712#M33802</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model dependent_variable=covariate independent_variables/selection=stepwise;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want stepwise to force the covariate into the model, so it must be selected, use&lt;FONT face="courier new,courier"&gt; include=1&lt;/FONT&gt; which forces the first variable listed to always be selected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model dependent_variable=covariate independent_variables/selection=stepwise include=1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I feel compelled to advise about the dangers of using Stepwise regression, as many statisticians don't trust it, find it unreliable and misleading. Use your favorite internet search engine to search for "problems with stepwise regression" and you'll have enough to read on this topic for a week. Alternatives are PROC PLS and PROC GLMSELECT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 21:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700712#M33802</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-21T21:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS command to run a linear multiple regression WITH COVARIATE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700713#M33803</link>
      <description>Thank you so much. I will read about stepwise issues. Thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Nov 2020 21:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-command-to-run-a-linear-multiple-regression-WITH-COVARIATE/m-p/700713#M33803</guid>
      <dc:creator>CS_B</dc:creator>
      <dc:date>2020-11-21T21:26:57Z</dc:date>
    </item>
  </channel>
</rss>

