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

Hi, 

 

I performed a confirmatory factor analysis with proc calis (see code below).

I also want to report the '% of the explained variance' for this model (as this was also reported in the same way by other papers). 

How can I calculate this explained variance? 

Many thanks! 

 

 

 

ods graphics on;
proc calis data = final plots=pathdiagram outstat  = test ;  
factor 
freq_social_role ==> D1a_s,
freq_social_role ==> D2a_s,
freq_social_role ==> D3a_s,
freq_social_role ==> D5a_s,
freq_social_role ==> D6a_s,
freq_social_role ==> D9a_s,
freq_social_role ==> D11a_s,
freq_social_role ==> D12a_s,
freq_social_role ==> D14a_s,
 
freq_personal_role ==> D4a_s,
freq_personal_role ==> D7a_s,
freq_personal_role ==> D8a_s,
freq_personal_role ==> D10a_s,
freq_personal_role ==> D13a_s,
freq_personal_role ==> D15a_s,
freq_personal_role ==> D16a_s;
pvar 
freq_social_role = 1., 
freq_personal_role = 1.;
fitindex  noindextype on(only)=[chisq df probchi rmsea  srmr bentlercfi];
run; 
ods graphics off;

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
sbxkoenk
SAS Super FREQ

Hello,

 

Please don't open the same topic twice in different boards. It will cause confusion and dilutes answer quality.

 

As "Statistical Procedures" is the right board, I refer everyone to the duplicate of this :

confirmatory factor analysis - calculate the explained variance
https://communities.sas.com/t5/Statistical-Procedures/confirmatory-factor-analysis-calculate-the-exp...

 

Koen

View solution in original post

1 REPLY 1
sbxkoenk
SAS Super FREQ

Hello,

 

Please don't open the same topic twice in different boards. It will cause confusion and dilutes answer quality.

 

As "Statistical Procedures" is the right board, I refer everyone to the duplicate of this :

confirmatory factor analysis - calculate the explained variance
https://communities.sas.com/t5/Statistical-Procedures/confirmatory-factor-analysis-calculate-the-exp...

 

Koen

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 488 views
  • 0 likes
  • 2 in conversation