<?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: Dynamic Factor Analysis Procedure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852418#M336956</link>
    <description>&lt;P&gt;Show your python code and at least mentioning the package may help a bit. &lt;BR /&gt;&lt;BR /&gt;I think you want proc factor but hard to say. And to get the results to match will definitely need you to verify that the assumptions match as that's not guaranteed even if you use the same 'terms'. By definition, factor analysis doesn't always have a unique solution as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: see this post, SSM seems to be the right procedure.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/td-p/134668" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/td-p/134668&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_034/etsug/etsug_ssm_examples07.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/v_034/etsug/etsug_ssm_examples07.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 00:09:34 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2023-01-06T00:09:34Z</dc:date>
    <item>
      <title>Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/851821#M336718</link>
      <description>&lt;P&gt;Dear SAS Users&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data consists only of x and I want to do a Dynamic Factor Analysis&lt;/P&gt;&lt;P&gt;I would like to know the concept of Dynamic Factor Analysis and the corresponding SAS Procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- SAS Procedure, Example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jhkim&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 12:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/851821#M336718</guid>
      <dc:creator>jhkim7</dc:creator>
      <dc:date>2023-01-02T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/851822#M336719</link>
      <description>&lt;P&gt;PROC SSM&lt;/P&gt;
&lt;P&gt;See:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325401#M260938" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325401#M260938&lt;/A&gt;&amp;nbsp;(and the next message)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples07.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples07.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples11.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples11.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples14.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/etsug/etsug_ssm_examples14.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 13:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/851822#M336719</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-02T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852215#M336891</link>
      <description>&lt;P&gt;Please ask further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I want to do is apply data consisting of only X values&lt;BR /&gt;I want to find the final common factor through DFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to do the above, please ask how to proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is SSM, at what stage should I apply it? Or is there another SAS procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;jhkim&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 01:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852215#M336891</guid>
      <dc:creator>jhkim7</dc:creator>
      <dc:date>2023-01-05T01:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852217#M336892</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438084"&gt;@jhkim7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please ask further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What I want to do is apply data consisting of only X values&lt;BR /&gt;I want to find the final common factor through DFA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to do the above, please ask how to proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is SSM, at what stage should I apply it? Or is there another SAS procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;jhkim&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maybe you should be providing an example and interpretation of what you think a "factor analysis" of a single variable would look like. Or what you mean by "factor".&lt;/P&gt;
&lt;P&gt;There are multiple procedures in SAS that do factor analysis but perhaps you meant something other than formal factor analysis in those terms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 01:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852217#M336892</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-05T01:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852219#M336893</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438084"&gt;@jhkim7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Please ask further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I want to do is apply data consisting of only X values&lt;BR /&gt;I want to find the final common factor through DFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to do the above, please ask how to proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is SSM, at what stage should I apply it? Or is there another SAS procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;jhkim&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Maybe you should be providing an example and interpretation of what you think a "factor analysis" of a single variable would look like. Or what you mean by "factor".&lt;/P&gt;&lt;P&gt;There are multiple procedures in SAS that do factor analysis but perhaps you meant something other than formal factor analysis in those terms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am in charge of implementing the contents of research in the research institute into SAS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The lab uses Python, and there is a DFM model in Python, and it was analyzed in this way.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The data consists of only the X variable, and the first principal component common factor was calculated using Python DFM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was worried about the implementation of this process, and I made an inquiry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is the procedure SSM or Factor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;jhkim&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 02:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852219#M336893</guid>
      <dc:creator>jhkim7</dc:creator>
      <dc:date>2023-01-05T02:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852249#M336904</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;The data consists of only the X variable, and the first principal component common factor was calculated using Python DFM.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sentence makes no sense. If there is only one X variable (you said "variable" and not "variables") then the principal component on one X variable would return the exact same variable X (although it may be centered and scaled).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Further explanation is required before any more advice can be provided.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 11:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852249#M336904</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-05T11:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852416#M336955</link>
      <description>&lt;P&gt;It seems that there was confusion in the process of my explanation. Sorry about this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am in the process of converting the customer's research in Python into SAS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The lab uses Python, and the DFM(or DFA) model was analyzed in Python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* DFM (Dynamic Factor Model), DFA(Dynamic Factor Analysis)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data consists of only X variables, and it is a process of finding the first principal component common factor by applying &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;(Ex) Data =&amp;gt;&amp;nbsp; yy-mm-dd&amp;nbsp; x1 x2 x3 ~ x30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to ask you if there is a procedure or method to do DFM (or DFA) analysis in SAS if it consists of only X variables. (SSM or Factor Procedure? Option? )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your interest and reply,&lt;/P&gt;&lt;P&gt;jhkim&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 23:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852416#M336955</guid>
      <dc:creator>jhkim7</dc:creator>
      <dc:date>2023-01-05T23:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852418#M336956</link>
      <description>&lt;P&gt;Show your python code and at least mentioning the package may help a bit. &lt;BR /&gt;&lt;BR /&gt;I think you want proc factor but hard to say. And to get the results to match will definitely need you to verify that the assumptions match as that's not guaranteed even if you use the same 'terms'. By definition, factor analysis doesn't always have a unique solution as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: see this post, SSM seems to be the right procedure.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/td-p/134668" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/td-p/134668&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_034/etsug/etsug_ssm_examples07.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/v_034/etsug/etsug_ssm_examples07.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 00:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852418#M336956</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-06T00:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Factor Analysis Procedure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852440#M336962</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438084"&gt;@jhkim7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It seems that there was confusion in the process of my explanation. Sorry about this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am in the process of converting the customer's research in Python into SAS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The lab uses Python, and the DFM(or DFA) model was analyzed in Python.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;* DFM (Dynamic Factor Model), DFA(Dynamic Factor Analysis)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Data consists of only X variables,&lt;/STRONG&gt; &lt;/FONT&gt;and it is a process of finding the first principal component common factor by applying &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;(Ex) Data =&amp;gt;&amp;nbsp; yy-mm-dd&amp;nbsp; &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;x1 x2 x3 ~ x30&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to ask you if there is a procedure or method to do DFM (or DFA) analysis in SAS if it consists of only X variables. (SSM or Factor Procedure? Option? )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your interest and reply,&lt;/P&gt;
&lt;P&gt;jhkim&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Compare the text highlighted above in blue with this quote from your original statement:&lt;/P&gt;
&lt;PRE&gt;The data consists&lt;STRONG&gt; &lt;FONT color="#FF0000"&gt;only of x &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;and you should see where the confusion started. The first statement only mentions exactly one variable.&lt;/P&gt;
&lt;P&gt;I don't speak Python and with something like " x1 x2 x3 ~ x30" I would be pretty sure there are at least 4 variables and possibly 30 whose names start with X.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 05:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dynamic-Factor-Analysis-Procedure/m-p/852440#M336962</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-06T05:31:05Z</dc:date>
    </item>
  </channel>
</rss>

