<?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: Struggling with these questions residuals, variation, and noise in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699113#M25580</link>
    <description>&lt;P&gt;I'm going to admit that I googled the text of the questions and found them within various course exercises (not necessarily SAS).&amp;nbsp; All supplied solutions (which didn't include code, just methodology) used ANOVA, so I think using ANOVA is the expected answer here.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 12:43:49 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2020-11-16T12:43:49Z</dc:date>
    <item>
      <title>Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698794#M25558</link>
      <description>&lt;P&gt;Hi everyone. &amp;nbsp;I have been trying to learn SAS, but I am struggling and these are two practice questions that I need help setting up. &amp;nbsp;If anyone could give me some pointers, that would be so great. &amp;nbsp;Thank you! &amp;nbsp;The problems are about variation, residuals, and noise. &amp;nbsp;I am using the student version of SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am comfortable with solving problems like this by hand, but when it comes to using a computer, I cannot seem to get it right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The questions are below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q.jpg" style="width: 593px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51686i4E3FF128711B2FC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="q.jpg" alt="q.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q1.jpg" style="width: 899px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51687i6CEE53061CE51B57/image-size/large?v=v2&amp;amp;px=999" role="button" title="q1.jpg" alt="q1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 20:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698794#M25558</guid>
      <dc:creator>syd1717</dc:creator>
      <dc:date>2020-11-14T20:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698893#M25559</link>
      <description>&lt;P&gt;I think both of these are ANOVA problems (thought the "use the regression method" directive in the 2nd question might throw you off -- not sure on that).&amp;nbsp; In SAS, the GLM procedure is often used for this.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Your first task will be to get the data into SAS. Despite the data layout in the tables (esp the first one), you'll probably want the data to have a grouping (category) variable and then the measure.&amp;nbsp; Ex:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;batch  value
1    23.46
1    22.69
1    23.39
/* more values */
2   23.59
2   23.46
/* etc. */&lt;/PRE&gt;
&lt;P&gt;If you're using SAS University Edition or SAS OnDemand for Academics, &lt;A href="https://video.sas.com/detail/video/5537529513001/the-one-way-anova-task-in-sas%C2%AE-studio" target="_self"&gt;the One-Way ANOVA task&lt;/A&gt; might help you get started with the code.&amp;nbsp; Or scan through the examples in the PROC GLM documentation, &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_glm_examples10.htm&amp;amp;locale=en" target="_self"&gt;like this one&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 18:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698893#M25559</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-11-14T18:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698904#M25560</link>
      <description>&lt;P&gt;I would normally use PROC GLM for this type of analysis. Question 1(b) seems to want the within batch variation and the batch-to-batch variation, which is an output from PROC GLM, the within batch variation is the mean square for error and the batch-to-batch variation is the mean square for model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/356986"&gt;@syd1717&lt;/a&gt; , I'm sorry to be so picky, but could you edit your original post so that the text of the questions is LARGER? Right now, the text is barely readable to me.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 19:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698904#M25560</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-14T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698912#M25561</link>
      <description>&lt;P&gt;My fault&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;- I copied these from the OP's attached PDF to place them inline.&amp;nbsp; I've tried again and made them larger.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 20:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698912#M25561</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-11-14T20:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698913#M25562</link>
      <description>&lt;P&gt;Can't text in PDF be enlarged without that fuzziness? I know I could do that in PDF files that I view.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 20:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698913#M25562</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-14T20:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698914#M25563</link>
      <description>Alas, this PDF was actually just images of the original problems -- not native text.</description>
      <pubDate>Sat, 14 Nov 2020 20:16:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698914#M25563</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-11-14T20:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698980#M25567</link>
      <description>&lt;P&gt;Hi thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this any better?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 16:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698980#M25567</guid>
      <dc:creator>syd1717</dc:creator>
      <dc:date>2020-11-15T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698984#M25568</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/356986"&gt;@syd1717&lt;/a&gt;&amp;nbsp; I (and many others) never download attachments. If you can screen capture the items (at a readable size), include them in your message by clicking on the camera icon.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 18:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/698984#M25568</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-15T18:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699019#M25569</link>
      <description>&lt;P&gt;I really hope this is better, sorry guys.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 03:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699019#M25569</guid>
      <dc:creator>syd1717</dc:creator>
      <dc:date>2020-11-16T03:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699032#M25570</link>
      <description>&lt;P&gt;Thank you for sharing the video, that was so helpful! &amp;nbsp;I also think I inputted the data correctly. &amp;nbsp;I used the ANOVA test with the same settings both times and alpha 0.05. &amp;nbsp;Does that seem right to you? &amp;nbsp;I am a little confused as to if I have to do something different with Q2 because it wants a "regression approach" and Q1 is asking about "batch to batch."&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 04:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699032#M25570</guid>
      <dc:creator>syd1717</dc:creator>
      <dc:date>2020-11-16T04:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699108#M25579</link>
      <description>&lt;P&gt;Some people would consider ANOVA to be a "regression approach". Other people might not consider ANOVA to be a "regression approach".&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 12:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699108#M25579</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-16T12:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with these questions residuals, variation, and noise</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699113#M25580</link>
      <description>&lt;P&gt;I'm going to admit that I googled the text of the questions and found them within various course exercises (not necessarily SAS).&amp;nbsp; All supplied solutions (which didn't include code, just methodology) used ANOVA, so I think using ANOVA is the expected answer here.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 12:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Struggling-with-these-questions-residuals-variation-and-noise/m-p/699113#M25580</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-11-16T12:43:49Z</dc:date>
    </item>
  </channel>
</rss>

