<?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: Terminating Intercept in Regression Analysis in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538093#M6871</link>
    <description>&lt;P&gt;would this help by using plots=fitplot&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc reg data=sashelp.class plots=fitplot;
model height=weight/noint;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/regression-analysis-without-intercept/m-p/529460#M144669" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/regression-analysis-without-intercept/m-p/529460#M144669&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Feb 2019 16:11:37 GMT</pubDate>
    <dc:creator>VDD</dc:creator>
    <dc:date>2019-02-24T16:11:37Z</dc:date>
    <item>
      <title>Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538089#M6870</link>
      <description>&lt;P&gt;Hello. Does somebody happen to know what should be done if we're using regression analysis but the intercept is not significant?&lt;/P&gt;&lt;P&gt;If It should be terminated from the model, what syntax should we use?&lt;/P&gt;&lt;P&gt;Thank you for your kind help and attention.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 15:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538089#M6870</guid>
      <dc:creator>sasgiaz</dc:creator>
      <dc:date>2019-02-24T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538093#M6871</link>
      <description>&lt;P&gt;would this help by using plots=fitplot&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
proc reg data=sashelp.class plots=fitplot;
model height=weight/noint;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/regression-analysis-without-intercept/m-p/529460#M144669" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/regression-analysis-without-intercept/m-p/529460#M144669&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 16:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538093#M6871</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-02-24T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538094#M6872</link>
      <description>&lt;P&gt;I would leave it in the model. The model will predict better and fit better.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 16:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538094#M6872</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-24T16:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538098#M6875</link>
      <description>&lt;P&gt;It's done! Thankyou so much!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 17:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538098#M6875</guid>
      <dc:creator>sasgiaz</dc:creator>
      <dc:date>2019-02-24T17:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538099#M6876</link>
      <description>&lt;P&gt;Could you tell me why is that?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 17:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538099#M6876</guid>
      <dc:creator>sasgiaz</dc:creator>
      <dc:date>2019-02-24T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538101#M6877</link>
      <description>&lt;P&gt;Draw a plot of the regression line with the intercept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Draw another plot of the regression line with no intercept.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;See which one fits better visually.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 18:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538101#M6877</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-02-24T18:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating Intercept in Regression Analysis</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538102#M6878</link>
      <description>Sorry if I bother you again.. But I found new problem.&lt;BR /&gt;I used to use the syntax like this:&lt;BR /&gt;model height=weight/influence;&lt;BR /&gt;and it has output statistics which has the value of model's residual, but I can't find it in the syntax you gave.&lt;BR /&gt;Could you tell me how to make the residual come out? Thanks before.</description>
      <pubDate>Sun, 24 Feb 2019 18:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Terminating-Intercept-in-Regression-Analysis/m-p/538102#M6878</guid>
      <dc:creator>sasgiaz</dc:creator>
      <dc:date>2019-02-24T18:05:41Z</dc:date>
    </item>
  </channel>
</rss>

