<?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: Command for Dynamic Factor Analysis? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325405#M260939</link>
    <description>I just realized that the example link I provided fails to load.  Just go to the SAS/ETS doc and look for example "Example 34.14 Factor Model: Now-Casting the US Economy" in the SSM procedure documentation.</description>
    <pubDate>Tue, 17 Jan 2017 18:44:37 GMT</pubDate>
    <dc:creator>rselukar</dc:creator>
    <dc:date>2017-01-17T18:44:37Z</dc:date>
    <item>
      <title>Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134668#M260935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAS Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to SAS. Can you share a command that will do Dynamic Factor Analysis?&lt;/P&gt;&lt;P&gt;I would like to do a confirmatory factor analysis for a three time series variables. Some people call it Dynamic Factor Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134668#M260935</guid>
      <dc:creator>amora</dc:creator>
      <dc:date>2015-01-23T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134669#M260936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exploratory factor analysis is part of PROC FACTOR.&lt;/P&gt;&lt;P&gt;Confirmatory factor analysis is part of PROC CALIS.&lt;/P&gt;&lt;P&gt;See the &lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_calis_examples.htm"&gt;doc for PROC CALIS&lt;/A&gt; and this paper from a conference proceedings: &lt;A href="http://www2.sas.com/proceedings/sugi31/200-31.pdf" title="http://www2.sas.com/proceedings/sugi31/200-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/200-31.pdf&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 14:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134669#M260936</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-01-23T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134670#M260937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To help with SAS vocabulary you may want to think more in terms of Procedure than Command. Procedures are the analysis tools while generally SAS commands relate more to the interface such as saving a file, sending output to a printer, window appearance or opening/closing windows. That is not an exhaustive list of commands but hopefully give you an start for differentiating between the two.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 16:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/134670#M260937</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-23T16:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325401#M260938</link>
      <description>&lt;P&gt;I noticed this post rather late.&amp;nbsp; You can do the dynamic factor analysis of your time series&amp;nbsp;by using the SSM procedure in SAS/ETS.&amp;nbsp; This is because standard factor models can be formulated as linear state space models and the SSM procedure is designed&amp;nbsp;for data analysis with state space models.&amp;nbsp;See &lt;A href="http://go.documentation.sas.com/docsetId=etsug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=etsug_ssm_examples14.htm&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/docsetId=etsug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=etsug_ssm_examples14.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for an example of dynamic factor modeling using the SSM procedure.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325401#M260938</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2017-01-17T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325405#M260939</link>
      <description>I just realized that the example link I provided fails to load.  Just go to the SAS/ETS doc and look for example "Example 34.14 Factor Model: Now-Casting the US Economy" in the SSM procedure documentation.</description>
      <pubDate>Tue, 17 Jan 2017 18:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/325405#M260939</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2017-01-17T18:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/886971#M350475</link>
      <description>&lt;P&gt;I wrote some macros for doing dynamic factor analysis (without mean trend) for calis a while back. For what it's worth:&amp;nbsp;&lt;A href="https://psycnet.apa.org/record/1994-39721-001" target="_blank"&gt;https://psycnet.apa.org/record/1994-39721-001&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 16:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/886971#M350475</guid>
      <dc:creator>PhilWood</dc:creator>
      <dc:date>2023-07-29T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Command for Dynamic Factor Analysis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/887030#M350496</link>
      <description>&lt;P&gt;Hello Professor Wood,&lt;/P&gt;
&lt;P&gt;I downloaded the paper and will go over it and the macros.&amp;nbsp; I am familiar with the CALIS procedure and have always been interested in the possibility of providing better dynamic factor modeling support for longitudinal data in the state space modeling procedure, PROC SSM (and PROC CSSM it's cloud-enabled SAS Viya version), that I support.&amp;nbsp; If you want to use PROC SSM for dynamic factor modeling for any of your projects, I will gladly work with you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please feel free to contact me at &lt;A href="mailto:rajesh.selukar@sas.com" target="_blank"&gt;rajesh.selukar@sas.com.&amp;nbsp;&lt;/A&gt;T&lt;A href="mailto:rajesh.selukar@sas.com" target="_blank"&gt;hanks,&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Rajesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doc link for PROC CSSM:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_gettingstarted.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_gettingstarted.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Dynamic factor models are illustrated in two econometric examples:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_examples07.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_examples07.htm,&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_examples14.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_040/casecon/casecon_cssm_examples14.htm.&lt;/A&gt;&lt;/P&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>Sun, 30 Jul 2023 20:15:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/m-p/887030#M350496</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2023-07-30T20:15:58Z</dc:date>
    </item>
  </channel>
</rss>

