<?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: How do I change SAS Linear regression syntax to correct dependent &amp;quot;sleeptime' in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259594#M57481</link>
    <description>&lt;P&gt;Dear K. Sharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thank you very much for your assistance, I do appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 05:27:00 GMT</pubDate>
    <dc:creator>jmoseley</dc:creator>
    <dc:date>2016-03-29T05:27:00Z</dc:date>
    <item>
      <title>How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259577#M57473</link>
      <description>&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; case2;&lt;/P&gt;&lt;P&gt;input sleeptime lifesatisfaction;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;7.5 23&lt;/P&gt;&lt;P&gt;8.3 19&lt;/P&gt;&lt;P&gt;9.5 16&lt;/P&gt;&lt;P&gt;8.5 20&lt;/P&gt;&lt;P&gt;6.0 40&lt;/P&gt;&lt;P&gt;8.0 22&lt;/P&gt;&lt;P&gt;7.3 30&lt;/P&gt;&lt;P&gt;7.0 25&lt;/P&gt;&lt;P&gt;8.0 30&lt;/P&gt;&lt;P&gt;6.5 36&lt;/P&gt;&lt;P&gt;7.5 23&lt;/P&gt;&lt;P&gt;8.3 19&lt;/P&gt;&lt;P&gt;9.5 16&lt;/P&gt;&lt;P&gt;8.5 20&lt;/P&gt;&lt;P&gt;6.0 40&lt;/P&gt;&lt;P&gt;8.0 22&lt;/P&gt;&lt;P&gt;7.3 30&lt;/P&gt;&lt;P&gt;7.0 25&lt;/P&gt;&lt;P&gt;8.0 30&lt;/P&gt;&lt;P&gt;6.5 36&lt;/P&gt;&lt;P&gt;7.5 23&lt;/P&gt;&lt;P&gt;8.3 19&lt;/P&gt;&lt;P&gt;9.5 16&lt;/P&gt;&lt;P&gt;8.5 20&lt;/P&gt;&lt;P&gt;6.0 40&lt;/P&gt;&lt;P&gt;8.0 22&lt;/P&gt;&lt;P&gt;7.3 30&lt;/P&gt;&lt;P&gt;7.0 25&lt;/P&gt;&lt;P&gt;8.0 30&lt;/P&gt;&lt;P&gt;6.5 36&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;reg&lt;/STRONG&gt; data=case2;&lt;/P&gt;&lt;P&gt;model lifesatisfaction = sleeptime / p r;&lt;/P&gt;&lt;P&gt;output out=case2Out residual=resid1;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;univariate&lt;/STRONG&gt; plot data=case2Out normal;&lt;/P&gt;&lt;P&gt;var resid1;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A researcher hypothesizes that undergraduate students who are satisfied with their lives will sleep less than those who are not satisfied. To test this hypothesis, she selects a sample of undergraduate students and asks them to maintain a “sleep log” (Drowsy, 1977), keeping track of the number of hours they sleep during each 24-hour period. These logs are maintained for two weeks. At the end of the two-week period, each participant completes the &lt;EM&gt;Satisfaction with Life Scale &lt;/EM&gt;(Giggle &amp;amp; Smirk, 1969), a reliable, validated measure of general satisfaction with life.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the data the researcher obtained:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Participant&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Mean Hours of Sleep&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;SWL Score&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;01&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;02&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;19&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;03&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9.5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;16&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;04&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;05&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6.0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;40&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;06&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;22&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;07&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;30&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;08&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;25&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;09&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;30&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6.5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;36&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 29 Mar 2016 04:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259577#M57473</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T04:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259579#M57474</link>
      <description>&lt;P&gt;I'm not sure what you are asking about SAS code, but I do have a question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"A researcher hypothesizes... " implies there was a pre-specified hypothesis, which should include a description of the statistical test to be used. This information would have been required to determine the sample size when designing the study. Can you provide the name of the test?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 04:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259579#M57474</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-03-29T04:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259580#M57475</link>
      <description>Please post your question in the body. The subject line is like an email subject line - intended as a brief summary. &lt;BR /&gt;&lt;BR /&gt;You may want to read a regression tutorial - I suggest the UCLA tutorials. &lt;BR /&gt;&lt;BR /&gt;You should modify your MODEL starement. &lt;BR /&gt;The format is: &lt;BR /&gt;&lt;BR /&gt;DEPENDENT = INDEPENDENT LIST;</description>
      <pubDate>Tue, 29 Mar 2016 04:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259580#M57475</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259581#M57476</link>
      <description>MODEL dependent = independent;</description>
      <pubDate>Tue, 29 Mar 2016 04:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259581#M57476</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T04:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259582#M57477</link>
      <description>&lt;PRE&gt;

There are too many ties in table. You need FREQ statement.




data case2;
input sleeptime lifesatisfaction;
datalines;
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
;
run;
proc freq data=case2;
table sleeptime*lifesatisfaction /out=want list;
run;
proc reg data=want;
model lifesatisfaction = sleeptime / p r;
freq count;
output out=case2Out residual=resid1;
run;
quit;



&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Mar 2016 04:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259582#M57477</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-29T04:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259583#M57478</link>
      <description>&lt;A href="http://www.ats.ucla.edu/stat/sas/webbooks/reg/chapter1/sasreg1.htm" target="_blank"&gt;http://www.ats.ucla.edu/stat/sas/webbooks/reg/chapter1/sasreg1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since this is clearly homework you should really do some research.</description>
      <pubDate>Tue, 29 Mar 2016 04:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259583#M57478</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T04:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259585#M57479</link>
      <description>&lt;P&gt;Thank you Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259585#M57479</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T05:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259589#M57480</link>
      <description>&lt;P&gt;Hi Norman 21,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were provided with the summary and the table. The heading provided was Linear Regression. We had to use the information provided to answer various questions such as 1) What is the criterion variable; 2) What is the predictor variable, etc. All ther questions were based on&amp;nbsp;Using SAS to conduct simple regression analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259589#M57480</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T05:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259594#M57481</link>
      <description>&lt;P&gt;Dear K. Sharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thank you very much for your assistance, I do appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259594#M57481</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259598#M57482</link>
      <description>&lt;P&gt;Hello K Sharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the output was not successful. I received an error message which states;&lt;/P&gt;&lt;P&gt;NOTE.: The SAS System stopped processing this step because of errors&lt;/P&gt;&lt;P&gt;199 proc reg data=want;&lt;BR /&gt;200 model lifesatisfaction = sleeptime / p r;&lt;BR /&gt;201 freq count;&lt;BR /&gt;202 output out=case2Out residual=resid1;&lt;BR /&gt;203 run;&lt;BR /&gt;204 quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 05:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259598#M57482</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T05:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259605#M57484</link>
      <description>&lt;P&gt;Pleas include the errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 07:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259605#M57484</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T07:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259613#M57488</link>
      <description>&lt;PRE&gt;
Did you run PROC FREQ firstly to get that WANT table ?

&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259613#M57488</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-29T08:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259783#M57495</link>
      <description>&lt;P&gt;Hi K sharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the syntax that you changed and posted, namely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ata case2;
input sleeptime lifesatisfaction;
datalines;
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
7.5 23
8.3 19
9.5 16
8.5 20
6.0 40
8.0 22
7.3 30
7.0 25
8.0 30
6.5 36
;
run;
proc freq data=case2;
table sleeptime*lifesatisfaction /out=want list;
run;
proc reg data=want;
model lifesatisfaction = sleeptime / p r;
freq count;
output out=case2Out residual=resid1;
run;
quit;

Thanks K Sharp,&lt;BR /&gt;&lt;BR /&gt;Josie&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 16:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259783#M57495</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T16:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259792#M57496</link>
      <description>&lt;P&gt;You're missing a d at the start of your code (data vs ata) but other than that the code runs perfectly fine for me.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 16:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259792#M57496</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259821#M57498</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Reason why I am requesting assistance is because I have done extensive reading and research but somehow am missing one small thing that may be hampering my success. I am not expecting anyone to do my homework for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 17:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259821#M57498</guid>
      <dc:creator>jmoseley</dc:creator>
      <dc:date>2016-03-29T17:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change SAS Linear regression syntax to correct dependent "sleeptime'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259823#M57499</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/74681"&gt;@jmoseley﻿&lt;/a&gt;&amp;nbsp;You've marked the question answered, and a similar previous one...are you still having issues with it? If so, please clearly explain your issue, rather than post the assignment. If you put it in your own words it will help all around.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 17:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-change-SAS-Linear-regression-syntax-to-correct/m-p/259823#M57499</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T17:59:02Z</dc:date>
    </item>
  </channel>
</rss>

