BookmarkSubscribeRSS Feed
ahschnell
Fluorite | Level 6

I am trying to constrain loadings to be the same in a simple path model in proc calis. I believe this should work, but it does not. What am I doing wrong? I've searched and searched but I can't figure it out.  TIA

TITLE 'PROC CALIS';
proc calis data=AS_SC_AD_DO_R method=ML MEANSTR CI all ;;
PATH
ADVENTUROUS ---> AD1_R=PARM,
ADVENTUROUS ---> AD8=PARM,
SOCIAL_CONFIDENCE ---> SC1 SC2 SC3 SC9_R;
PVAR ADVENTUROUS=1, SOCIAL_CONFIDENCE =1;
run;

 

ADVENTUROUS ===> AD1_R PARMADVENTUROUS ===> ad8 PARM
0.588950.0256622.9563<.00010.538670.63924
0.605020.0263122.9946<.00010.553450.65659

 

 

 

 

 

 

 

 

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!

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
  • 0 replies
  • 446 views
  • 0 likes
  • 1 in conversation