BookmarkSubscribeRSS Feed
gradstudent
Calcite | Level 5

I am receiving an error message when trying to run a proc calis statement.  I'm unsure how to corrrect the issue.  Below is a screen shot of my code and error.  If anyone has any suggestions, I'd be willing to try them!  I'm wondering if the issue doesn't have to do with missing values in my variables.  But I'm a novice, and haven't ran a proc calis before.  Thanks in advance for any help!

 

 

1 REPLY 1
ksmielitz
Quartz | Level 8

I don't know if this will help, but I ran my first proc calis tonight to conduct a FIML...do you need to identify a method?

 

Here's what I did and mine ran:

proc calis method=fiml;
path arrested<- black hispanic other male welfareyes fsyes ssiyes;
run;

Good luck!

K8

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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