Hello,
I encountered an error after installing proc lca, and log shows as below:
Does anyone know the solution? Thank you!!!
1 DATA test;
2 INPUT it1 it2 it3 it4 count;
3 DATALINES;
NOTE: The data set WORK.TEST has 15 observations and 5 variables.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds
19 ;
20 RUN;
ERROR: BRIDGE FAILURE - SUBSYSTEM IS NOT INSTALLED
MODULE: <unknown> SUBSYSTEM: 30 SLOT: 41
Traceback:
00007FFA485C040E 0000009B518FE5F0 sashost:Main+0x460CE
00007FFAA3A3EF70 0000009B518FE5F8 lca:mcn_main+0xDF70
00007FFAA3A31089 0000009B518FF570 lca:mcn_main+0x89
00007FFA4858F5F8 0000009B518FF7E0 sashost:Main+0x152B8
00007FFA48595A1C 0000009B518FF8A0 sashost:Main+0x1B6DC
00007FFAF737DBE7 0000009B518FF8A8 KERNEL32:BaseThreadInitThunk+0x17
00007FFAF823FBEC 0000009B518FF8D8 ntdll:RtlUserThreadStart+0x2C
NOTE: PROCEDURE LCA used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds
ERROR: Unable to load transient module (Bridge failure).
NOTE: The SAS System stopped processing this step because of errors.
21 PROC LCA DATA=test;
22 NCLASS 2;
23 ITEMS it1 it2 it3 it4;
24 CATEGORIES 2 2 2 2;
25 FREQ count;
26 SEED 100000;
27 RHO PRIOR=1;
28 RUN;
User-supplied SAS procedures like LCA are only supported by the author so you would need to talk with them. It would be worth reviewing the install instructions to ensure they have been done correctly.
User-supplied SAS procedures like LCA are only supported by the author so you would need to talk with them. It would be worth reviewing the install instructions to ensure they have been done correctly.
Thank you for this information!
I tried to install this procedure with institute IT service, but still we can't launch it successfully. I am going to send email to the author.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.