<?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 interpretations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804368#M39583</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interpretation was more or less OK, but why are you putting Model Parameter and Point Estimate on one line?&lt;/P&gt;
&lt;P&gt;The Point Estimate is just ANOTHER Model Parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All three (model) parameters (beta 1|2|3) have a point estimate and an interval estimate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you doubt about interpretation, just set up a SCORE test as below, and play with the inputs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
 pool=1; size=2301; output;
 pool=0; size=2700; output;
 pool=0; size=1950; output;
run;

data want;
 set have;
beta0 = 165665;
beta1 = -6527.47441;
beta2 = 103.05342;
beta3 = -16.80690;
PRICE = beta0 + beta1*POOL + beta2*(SIZE −2200) + beta3*POOL*(SIZE −2200);
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Sun, 27 Mar 2022 12:42:36 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-03-27T12:42:36Z</dc:date>
    <item>
      <title>SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804285#M39577</link>
      <description>&lt;P&gt;I am unsure if I am allowed to ask this question on this forum but ever since I discovered the SAS community I have increased my grades in grad school through the feedback provided on this forum. I was wondering if the people on this forum know of a place (maybe within this site) where I can ask questions on how to interpret my results from SAS. My biostatistics professor does not respond to students questions and everything is very much up to the student. I am able to obtain results such as:&lt;/P&gt;
&lt;PRE&gt;data poolsize;&lt;BR /&gt;set newprices;&lt;BR /&gt;poolsize = pool*(size-2200);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc reg data=poolsize;&lt;BR /&gt;model price = poolsize pool/CLB;&lt;BR /&gt;run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saza_0-1648316760351.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69830iD976C2B7FA24137F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saza_0-1648316760351.png" alt="saza_0-1648316760351.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And although I was able to obtain this data through SAS I wanted to know if I am allowed to ask if my interpretation (below) is correct when analyzing my results. Maybe there is a different forum for this. Any direction would help. Mainly would like to talk about my results obtained through SAS.&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="font-weight: 400;" aria-level="3"&gt;&lt;SPAN&gt;Consider the model below:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;PRICE &lt;/SPAN&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;0 &lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;1 &lt;/SPAN&gt;&lt;SPAN&gt;POOL &lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE &lt;/SPAN&gt;&lt;SPAN&gt;−2200)+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;3 &lt;/SPAN&gt;&lt;SPAN&gt;POOL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE &lt;/SPAN&gt;&lt;SPAN&gt;−2200)+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;ε&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saza_2-1648349517403.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69841i25F453BEDF3B1AF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saza_2-1648349517403.png" alt="saza_2-1648349517403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saza_1-1648316851181.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69831iF67DCF47E8355B55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saza_1-1648316851181.png" alt="saza_1-1648316851181.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;UPDATED RESULTS AND TABLE:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saza_0-1648349429909.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69839i63430E7B8DA029D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saza_0-1648349429909.png" alt="saza_0-1648349429909.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 02:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804285#M39577</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T02:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804302#M39578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;( I think ) you can ask about interpretation of SAS output. Why not?&lt;/P&gt;
&lt;P&gt;This forum is there to help (whatever SAS help).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also good you are mentioning that you are a student.&amp;nbsp;Most members will provide students with "anchors", but not the ready-made solution (we don't do your homework). In the long run, this will help you best.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To start with ...&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PRICE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;0&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;POOL&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;−2200) +&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;POOL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;−2200)+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;ε&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;This is not the model you have fit.&lt;/P&gt;
&lt;P&gt;You haven't calculated (&lt;SPAN&gt;SIZE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;−2200) and you have not asked for &lt;I&gt;β&lt;/I&gt;2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, we need some info about the inputs.&lt;BR /&gt;Is pool a binary indicator on pool presence (1 if YES, 0 if NO)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 22:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804302#M39578</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-26T22:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804312#M39579</link>
      <description>First of all thank you so much for responding. I was not expecting a response so quickly. Pool is a binary variable</description>
      <pubDate>Sat, 26 Mar 2022 23:36:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804312#M39579</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-26T23:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804313#M39580</link>
      <description>This was my code:&lt;BR /&gt;data poolsize;&lt;BR /&gt;set newprices;&lt;BR /&gt;poolsize = pool*(size-2200);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc reg data=poolsize;&lt;BR /&gt;model price = poolsize pool/CLB;&lt;BR /&gt;run;</description>
      <pubDate>Sat, 26 Mar 2022 23:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804313#M39580</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-26T23:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804318#M39581</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to fit this model :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PRICE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;0&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;POOL&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;−2200)+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;β&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;POOL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SIZE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;−2200)+&lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;ε&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this code is closer to what you want :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data poolsize;
 set newprices;
 sizeMinus = size-2200;
 poolsize  = pool * sizeMinus;
run;

proc reg data=poolsize;
model price = pool sizeMinus poolsize / CLB;
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 00:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804318#M39581</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-27T00:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804324#M39582</link>
      <description>Hi Koen,&lt;BR /&gt;Thank you for your code! I was able to update my question with my current interpretation and the results from the code provided. Just was wondering if my interpretation is ok</description>
      <pubDate>Sun, 27 Mar 2022 02:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804324#M39582</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T02:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804368#M39583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interpretation was more or less OK, but why are you putting Model Parameter and Point Estimate on one line?&lt;/P&gt;
&lt;P&gt;The Point Estimate is just ANOTHER Model Parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All three (model) parameters (beta 1|2|3) have a point estimate and an interval estimate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you doubt about interpretation, just set up a SCORE test as below, and play with the inputs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
 pool=1; size=2301; output;
 pool=0; size=2700; output;
 pool=0; size=1950; output;
run;

data want;
 set have;
beta0 = 165665;
beta1 = -6527.47441;
beta2 = 103.05342;
beta3 = -16.80690;
PRICE = beta0 + beta1*POOL + beta2*(SIZE −2200) + beta3*POOL*(SIZE −2200);
run;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 12:42:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804368#M39583</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-27T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804395#M39585</link>
      <description>I was given the tables by my porfessor which made us list everything on one line but the way you broke it down makes a lot of sense and I was able to edit some of the other model questions. I was wondering if I can tweak my proc reg code to add a regression line relating the price and size of houses that have pools and overlay it for houses that do not have pools?</description>
      <pubDate>Sun, 27 Mar 2022 15:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804395#M39585</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804398#M39586</link>
      <description>&lt;P&gt;Of course,&lt;/P&gt;
&lt;P&gt;do something like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=MyLib.MyDataSet;
   reg y=price x=sizeMinus / degree=1 group=pool 
                             markerattrs=(size=3px) name='a';
   keylegend 'a' / location=inside position=topright across=1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Take care --&amp;gt; no interaction effect in above code !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for more info:&lt;/P&gt;
&lt;H4 class="xisDoc-title"&gt;Multiple Fit Functions Using PROC SGPLOT&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_odsgraph_sect081.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_odsgraph_sect081.htm&lt;/A&gt;&lt;/H4&gt;
&lt;P&gt;You can get rid of the degree 1 spline and do a real linear regression as well.&lt;BR /&gt;Look at the REG statement in PROC SGPLOT documentation!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;[EDIT] : you can also make a series plot with group=pool , using PROC SGPLOT.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Do this on the scored dataset (dataset with predictions).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;That way, you do not make another model with PROC SGPLOT !&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 15:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804398#M39586</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-27T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804407#M39588</link>
      <description>Actually I believe this code I came up with from previous lectures works as well! Thanks Koen! &lt;BR /&gt;proc sgplot data=poolsize;&lt;BR /&gt;reg x = size2200 y=price/group=pool;&lt;BR /&gt;run;&lt;BR /&gt;I'm basically done with this assignment and was asked to determine the model parameter and interpretation for the following code:&lt;BR /&gt;proc glm data=example; &lt;BR /&gt;class eyecolor (ref=’1’)/param=ref; &lt;BR /&gt;model response = eyecolor; run;&lt;BR /&gt;&lt;BR /&gt;When I run it on SAS nothing happens so i'm assuming its more of a rhetorical question?</description>
      <pubDate>Sun, 27 Mar 2022 15:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804407#M39588</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804408#M39589</link>
      <description>Thanks for all your help, I genuinely feel your breakdown has helped me understand regressions models.</description>
      <pubDate>Sun, 27 Mar 2022 15:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804408#M39589</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804410#M39590</link>
      <description>&lt;P&gt;You are welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regard to that other code :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=example;
class eyecolor (ref='1') / param=ref;
model response = eyecolor; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should at least see a message in the LOG as to why results are not produced!&lt;/P&gt;
&lt;P&gt;GLM = General Linear Model.&lt;/P&gt;
&lt;P&gt;Your input is categorical (with 2+ eye color values). You apply reference coding to your input (and '1' is the reference level).&lt;/P&gt;
&lt;P&gt;This is an ANOVA analysis (one-way ANOVA) !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 16:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804410#M39590</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-27T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804411#M39591</link>
      <description>The log says that the data example does not exist and there was no introduction to it earlier which is why I think its not supposed to work but rather I come up with my interpretation?</description>
      <pubDate>Sun, 27 Mar 2022 16:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804411#M39591</guid>
      <dc:creator>saza</dc:creator>
      <dc:date>2022-03-27T16:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS interpretations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804415#M39593</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413742"&gt;@saza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;The log says that the data example does not exist and there was no introduction to it earlier which is why I think its not supposed to work but rather I come up with my interpretation?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maybe the professor just wants you to explain what would be the outcome of such code indeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of a working one-way ANOVA :&lt;/P&gt;
&lt;P&gt;Example 52.10 Testing for Equal Group Variances&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/statug/15.2/statug_glm_examples10.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/statug/15.2/statug_glm_examples10.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck with your studies,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 17:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-interpretations/m-p/804415#M39593</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-27T17:19:15Z</dc:date>
    </item>
  </channel>
</rss>

