BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
svh
Lapis Lazuli | Level 10 svh
Lapis Lazuli | Level 10

I am using the LINEQS statement in  PROC CALIS to estimate a structural model in which part of the model looks like the diagram in the attachment. In short, our conceptual framework suggests that x1, x2, and x3 are manifest variables for the latent variable Y1. Y1, in turn, has a direct effect on a different latent variable (Y2) whose manifest variables are not shown. My question is that when I fit a structural model in PROC CALIS, I do not know how to differentiate the standardized effects of the measurement model from the regression effects.  All of the effects are summarized in the table in the output titled "Standardized Effects in Linear Equations", but how do I know if my model is not including Y2 as a manifest variable for of Y1? I cannot seem to find this addressed in the documentation.

 

/* Example of PROC CALIS code */
lineqs
x1 = L1 Y1 + E1,
x2 = L2 Y1+ E2,
x3 = L3 Y1 + E3,
Y2 = B1 Y1 + D1,
 
1 ACCEPTED SOLUTION

Accepted Solutions
jiltao
SAS Super FREQ

Y2 is not a variable in your data set, and therefore will be treated as a latent variable, not a manifest variable in PROC CALIS.

View solution in original post

1 REPLY 1
jiltao
SAS Super FREQ

Y2 is not a variable in your data set, and therefore will be treated as a latent variable, not a manifest variable in PROC CALIS.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 590 views
  • 2 likes
  • 2 in conversation