<?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 How to verify if LINE assumptions are met for a Simple Random Sample using SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-verify-if-LINE-assumptions-are-met-for-a-Simple-Random/m-p/591658#M28934</link>
    <description>&lt;P&gt;Trying to find the relationship between AGE (continuous) and GENDER (categorical) variables in my dataset using SAS (v9.4). I used the below code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data = myfile;&lt;BR /&gt;class GENDER;&lt;BR /&gt;&amp;nbsp;model AGE = GENDER / solution;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to verify if the LINE assumptions of a linear regression model are met or violated in the above case (using SAS)?&lt;/P&gt;&lt;P&gt;L - Linear&lt;/P&gt;&lt;P&gt;I - Independent&lt;/P&gt;&lt;P&gt;N - Normality&lt;/P&gt;&lt;P&gt;E -Equal Variance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide the SAS code to be able to do that.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 18:31:35 GMT</pubDate>
    <dc:creator>coolmac</dc:creator>
    <dc:date>2019-09-25T18:31:35Z</dc:date>
    <item>
      <title>How to verify if LINE assumptions are met for a Simple Random Sample using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-verify-if-LINE-assumptions-are-met-for-a-Simple-Random/m-p/591658#M28934</link>
      <description>&lt;P&gt;Trying to find the relationship between AGE (continuous) and GENDER (categorical) variables in my dataset using SAS (v9.4). I used the below code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data = myfile;&lt;BR /&gt;class GENDER;&lt;BR /&gt;&amp;nbsp;model AGE = GENDER / solution;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to verify if the LINE assumptions of a linear regression model are met or violated in the above case (using SAS)?&lt;/P&gt;&lt;P&gt;L - Linear&lt;/P&gt;&lt;P&gt;I - Independent&lt;/P&gt;&lt;P&gt;N - Normality&lt;/P&gt;&lt;P&gt;E -Equal Variance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide the SAS code to be able to do that.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 18:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-verify-if-LINE-assumptions-are-met-for-a-Simple-Random/m-p/591658#M28934</guid>
      <dc:creator>coolmac</dc:creator>
      <dc:date>2019-09-25T18:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if LINE assumptions are met for a Simple Random Sample using SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-verify-if-LINE-assumptions-are-met-for-a-Simple-Random/m-p/591666#M28935</link>
      <description>With this case, your question simplifies to the assumptions of an ANOVA/T-test so you're mostly ok as long as your variances are similar. &lt;BR /&gt;&lt;BR /&gt;You can use PROC NPAR1WAY to assess distributions. &lt;BR /&gt;&lt;BR /&gt;To test for equal variances see this example:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_glm_examples10.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_glm_examples10.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note the PLOT=Diagnostics which will provide some diagnostic plots.</description>
      <pubDate>Wed, 25 Sep 2019 18:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-verify-if-LINE-assumptions-are-met-for-a-Simple-Random/m-p/591666#M28935</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-25T18:44:16Z</dc:date>
    </item>
  </channel>
</rss>

