<?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: Correlation Between Independent and dependent variables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931436#M46417</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/393424"&gt;@Mushy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How could i find dependency/importance/weightage between Dependent variables in SAS?&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Var1 Var2 Result&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the above example weigtage of var2 is higher because the formala is result=var1+2var2&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I find this confusing sequence of statements. I am not sure what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You start by asking about correlation between independent and dependent variables in the subject line, and then only talk about dependent variables "How could i find dependency/importance/weightage between Dependent variables in SAS?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You state the fact "in the above example weigtage of var2 is higher because the formala is result=var1+2var2" but this isn't a question; what is the relevance of this?&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2024 09:54:53 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-06-09T09:54:53Z</dc:date>
    <item>
      <title>Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931431#M46415</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How could i find dependency/importance/weightage between Dependent variables in SAS?&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Var1 Var2 Result&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the above example weigtage of var2 is higher because the formala is result=var1+2var2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mushy&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 06:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931431#M46415</guid>
      <dc:creator>Mushy</dc:creator>
      <dc:date>2024-06-09T06:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931435#M46416</link>
      <description>&lt;P&gt;The first step for you question is summary statistic by exploring scatter plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=sashelp.heart(obs=100);
matrix height weight Diastolic Systolic/ellipse diagonal=(histogram);
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1717918965992.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97144i031F3CE8A8A59F0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1717918965992.png" alt="Ksharp_0-1717918965992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 07:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931435#M46416</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-06-09T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931436#M46417</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/393424"&gt;@Mushy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How could i find dependency/importance/weightage between Dependent variables in SAS?&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Var1 Var2 Result&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the above example weigtage of var2 is higher because the formala is result=var1+2var2&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I find this confusing sequence of statements. I am not sure what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You start by asking about correlation between independent and dependent variables in the subject line, and then only talk about dependent variables "How could i find dependency/importance/weightage between Dependent variables in SAS?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You state the fact "in the above example weigtage of var2 is higher because the formala is result=var1+2var2" but this isn't a question; what is the relevance of this?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 09:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931436#M46417</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-06-09T09:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931450#M46433</link>
      <description>&lt;P&gt;Your question is not clear, but if you are asking how to assess the relative importance of predictor (independent) variables in a model on a response (dependent) variable, then see &lt;A href="https://support.sas.com/kb/22/605.html" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 16:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/931450#M46433</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-06-09T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/935781#M46646</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp; Thanks for the response. Your posts helped me to explore the statistics graph and used different procs for dependency check.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 10:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/935781#M46646</guid>
      <dc:creator>Mushy</dc:creator>
      <dc:date>2024-07-15T10:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Independent and dependent variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/935815#M46649</link>
      <description>&lt;P&gt;I'm not sure what your may be thinking about asking with correlation but if I build a data set with your formula for some data and run a regression:&lt;/P&gt;
&lt;PRE&gt;data examine;
  do x1= 1 to 25;
     do x2 = -5 to 5;
        result = x1 + 2*x2;
        output;
      end;
   end;
run;

proc reg data=examine;
   model result=x1 x2;
run;&lt;/PRE&gt;
&lt;P&gt;The coefficient for X2 is that "weight"&lt;/P&gt;
&lt;DIV class="branch"&gt;&lt;BR /&gt;&lt;A name="IDX7" target="_blank"&gt;&lt;/A&gt;
&lt;DIV&gt;
&lt;DIV align="left"&gt;
&lt;TABLE class="table" summary="Procedure Reg: Parameter Estimates" cellspacing="0" cellpadding="3"&gt;&lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt; &lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c m header" colspan="6" scope="colgroup"&gt;Parameter Estimates&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="c m header" scope="col"&gt;Variable&lt;/TH&gt;
&lt;TH class="c m header" scope="col"&gt;DF&lt;/TH&gt;
&lt;TH class="c m header" scope="col"&gt;Parameter&lt;BR /&gt;Estimate&lt;/TH&gt;
&lt;TH class="c m header" scope="col"&gt;Standard&lt;BR /&gt;Error&lt;/TH&gt;
&lt;TH class="c m header" scope="col"&gt;t&amp;nbsp;Value&lt;/TH&gt;
&lt;TH class="r m header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;|t|&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="l m rowheader" scope="row"&gt;Intercept&lt;/TH&gt;
&lt;TH class="r data"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;.&lt;/TD&gt;
&lt;TD class="r data"&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l m rowheader" scope="row"&gt;x1&lt;/TH&gt;
&lt;TH class="r data"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;1.00000&lt;/TD&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;Infty&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="l m rowheader" scope="row"&gt;x2&lt;/TH&gt;
&lt;TH class="r data"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;2.00000&lt;/TD&gt;
&lt;TD class="r data"&gt;0&lt;/TD&gt;
&lt;TD class="r data"&gt;Infty&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&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>Mon, 15 Jul 2024 14:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Correlation-Between-Independent-and-dependent-variables/m-p/935815#M46649</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-07-15T14:49:53Z</dc:date>
    </item>
  </channel>
</rss>

