BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
jhkim7
Fluorite | Level 6

Dear SAS Users

 

The data consists only of x and I want to do a Dynamic Factor Analysis

I would like to know the concept of Dynamic Factor Analysis and the corresponding SAS Procedure.

 - SAS Procedure, Example

 

Thank you for your help.

 

jhkim

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

The data consists of only the X variable, and the first principal component common factor was calculated using Python DFM.

 

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).

 

Further explanation is required before any more advice can be provided.

--
Paige Miller

View solution in original post

8 REPLIES 8
jhkim7
Fluorite | Level 6

Please ask further questions.

 

Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.


What I want to do is apply data consisting of only X values
I want to find the final common factor through DFA.

 

If you want to do the above, please ask how to proceed.

 

If it is SSM, at what stage should I apply it? Or is there another SAS procedure?

 

Thank you for your help.

jhkim

ballardw
Super User

@jhkim7 wrote:

Please ask further questions.

 

Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.


What I want to do is apply data consisting of only X values
I want to find the final common factor through DFA.

 

If you want to do the above, please ask how to proceed.

 

If it is SSM, at what stage should I apply it? Or is there another SAS procedure?

 

Thank you for your help.

jhkim


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".

There are multiple procedures in SAS that do factor analysis but perhaps you meant something other than formal factor analysis in those terms.

 

jhkim7
Fluorite | Level 6

@ballardw wrote:

@jhkim7 wrote:

Please ask further questions.

 

Looking at the SSM manual you gave me, I think that both Y and X values ​​are required.


What I want to do is apply data consisting of only X values
I want to find the final common factor through DFA.

 

If you want to do the above, please ask how to proceed.

 

If it is SSM, at what stage should I apply it? Or is there another SAS procedure?

 

Thank you for your help.

jhkim


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".

There are multiple procedures in SAS that do factor analysis but perhaps you meant something other than formal factor analysis in those terms.

 


I am in charge of implementing the contents of research in the research institute into SAS


The lab uses Python, and there is a DFM model in Python, and it was analyzed in this way.


The data consists of only the X variable, and the first principal component common factor was calculated using Python DFM.

 

I was worried about the implementation of this process, and I made an inquiry.

 

So, is the procedure SSM or Factor?

 

Thank you for your help.

jhkim

PaigeMiller
Diamond | Level 26

The data consists of only the X variable, and the first principal component common factor was calculated using Python DFM.

 

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).

 

Further explanation is required before any more advice can be provided.

--
Paige Miller
jhkim7
Fluorite | Level 6

It seems that there was confusion in the process of my explanation. Sorry about this. 

 

I am in the process of converting the customer's research in Python into SAS.

The lab uses Python, and the DFM(or DFA) model was analyzed in Python.

* DFM (Dynamic Factor Model), DFA(Dynamic Factor Analysis)

 

Data consists of only X variables, and it is a process of finding the first principal component common factor by applying

 (Ex) Data =>  yy-mm-dd  x1 x2 x3 ~ x30

 

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? )

 

Thank you for your interest and reply,

jhkim

Reeza
Super User

Show your python code and at least mentioning the package may help a bit.

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. 

 

EDIT: see this post, SSM seems to be the right procedure.

https://communities.sas.com/t5/SAS-Programming/Command-for-Dynamic-Factor-Analysis/td-p/134668

 

https://documentation.sas.com/doc/en/pgmsascdc/v_034/etsug/etsug_ssm_examples07.htm

 

ballardw
Super User

@jhkim7 wrote:

It seems that there was confusion in the process of my explanation. Sorry about this. 

 

I am in the process of converting the customer's research in Python into SAS.

The lab uses Python, and the DFM(or DFA) model was analyzed in Python.

* DFM (Dynamic Factor Model), DFA(Dynamic Factor Analysis)

 

Data consists of only X variables, and it is a process of finding the first principal component common factor by applying

 (Ex) Data =>  yy-mm-dd  x1 x2 x3 ~ x30

 

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? )

 

Thank you for your interest and reply,

jhkim


Compare the text highlighted above in blue with this quote from your original statement:

The data consists only of x 

and you should see where the confusion started. The first statement only mentions exactly one variable.

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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 8 replies
  • 998 views
  • 5 likes
  • 4 in conversation