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

 

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 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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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