<?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: Multiple Regression Data input in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529475#M5546</link>
    <description>&lt;P&gt;This seems to be the 2nd time I have seen this data set, in which case I provided the code to read in the data at&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See message 3 of this thread:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529248#M144549" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529248#M144549&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 18:07:52 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-01-23T18:07:52Z</dc:date>
    <item>
      <title>Multiple Regression Data input</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529454#M5541</link>
      <description>&lt;DIV&gt;I have the following data for Multiple Linear Regression analysis. I need to write the data into SAS. One way would be to attach each values of Y to each X values. that is for four same values of X we have different Y values. I just think there should be a way to record the y data as vectors that correspond to each X values. Since I need to plot this afterwards what problems may I face?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dosage (X)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Brain Activity (Y)&lt;/DIV&gt;&lt;DIV&gt;2.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.5 9.5 8.0 8.5&lt;/DIV&gt;&lt;DIV&gt;5.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.0 12.0 9.0 10.0&lt;/DIV&gt;&lt;DIV&gt;7.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.0 16.0 12.5 14.0&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;10.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16.5 14.5 21.5 19.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank You,&lt;/DIV&gt;&lt;DIV&gt;Arnoneel Sinha .&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jan 2019 17:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529454#M5541</guid>
      <dc:creator>arsinha</dc:creator>
      <dc:date>2019-01-23T17:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Data input</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529458#M5542</link>
      <description>&lt;P&gt;Homework or a new ID?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529237/highlight/true#M144544" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529237/highlight/true#M144544&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BallardW solution shows how to read the data in and to do the regression.&amp;nbsp;&lt;BR /&gt;If you want an indicator for the measurements, don't drop the I variable as in that data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257204"&gt;@arsinha&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV&gt;I have the following data for Multiple Linear Regression analysis. I need to write the data into SAS. One way would be to attach each values of Y to each X values. that is for four same values of X we have different Y values. I just think there should be a way to record the y data as vectors that correspond to each X values. Since I need to plot this afterwards what problems may I face?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Dosage (X)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Brain Activity (Y)&lt;/DIV&gt;
&lt;DIV&gt;2.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.5 9.5 8.0 8.5&lt;/DIV&gt;
&lt;DIV&gt;5.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.0 12.0 9.0 10.0&lt;/DIV&gt;
&lt;DIV&gt;7.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.0 16.0 12.5 14.0&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;10.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 16.5 14.5 21.5 19.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank You,&lt;/DIV&gt;
&lt;DIV&gt;Arnoneel Sinha .&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 17:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529458#M5542</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-23T17:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Regression Data input</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529475#M5546</link>
      <description>&lt;P&gt;This seems to be the 2nd time I have seen this data set, in which case I provided the code to read in the data at&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See message 3 of this thread:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529248#M144549" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Plotting-several-values-for-an-dependent-variable-vrs-single/m-p/529248#M144549&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 18:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-Regression-Data-input/m-p/529475#M5546</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-23T18:07:52Z</dc:date>
    </item>
  </channel>
</rss>

