BookmarkSubscribeRSS Feed
PhilWood
Fluorite | Level 6

I have a path diagram with meanstructure. I wouuld like to omit all zero-valued manifest variable intercepts from the path diagram, but, in reading the fine manual, cannot see how to specify the path from the mean to the manifest variable.  E.g., code looks like:

proc calis data=Simulated meanstr method=fiml plots=pathdiagram;
pathdiagram mean=path nofittable dh=1200 ;
factor
Growth ===> x1-x16=L1-L16;
mean Growth=MGrowth,
x1=0,
x2=0,
...

x16=0;
pvar
Growth = 1.,
x1-x16 = e1-e16;

thanks for any help!

1 REPLY 1
PhilWood
Fluorite | Level 6

thanks so the wonderful folks at SAS, the solution is:

to use the OMITPATH option, e.g.:

pathdiagram mean=path nofittable dh=1200 dw=1000 omitpath=[1->x1-x16];

 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 1 reply
  • 129 views
  • 1 like
  • 1 in conversation