<?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 PROC VARMAX: order of variables in MODEL statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-VARMAX-order-of-variables-in-MODEL-statement/m-p/546796#M74351</link>
    <description>&lt;P&gt;I am using to PROC VARMAX to study the effect of Y1 and Y2. In its structural form, Y2 can contemporaneously affect Y1 but not the other the way around).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc varmax data=sample;
	by stock;
	model Y1 Y2/p=10 method=ls lagmax=10 print=(estimates covpe);
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My question is: does the order of Y1 and Y2 matter? What happens if I change it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 06:42:08 GMT</pubDate>
    <dc:creator>somebody</dc:creator>
    <dc:date>2019-03-28T06:42:08Z</dc:date>
    <item>
      <title>PROC VARMAX: order of variables in MODEL statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-VARMAX-order-of-variables-in-MODEL-statement/m-p/546796#M74351</link>
      <description>&lt;P&gt;I am using to PROC VARMAX to study the effect of Y1 and Y2. In its structural form, Y2 can contemporaneously affect Y1 but not the other the way around).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc varmax data=sample;
	by stock;
	model Y1 Y2/p=10 method=ls lagmax=10 print=(estimates covpe);
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My question is: does the order of Y1 and Y2 matter? What happens if I change it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 06:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-VARMAX-order-of-variables-in-MODEL-statement/m-p/546796#M74351</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2019-03-28T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC VARMAX: order of variables in MODEL statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-VARMAX-order-of-variables-in-MODEL-statement/m-p/546801#M74352</link>
      <description>&lt;P&gt;Maxim 4?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 06:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-VARMAX-order-of-variables-in-MODEL-statement/m-p/546801#M74352</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-28T06:57:25Z</dc:date>
    </item>
  </channel>
</rss>

