BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JOADUTWUM
Obsidian | Level 7

I am stuck here. I would appreciate your help.

 

Screenshot (1).png

1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

Hello @JOADUTWUM,

 

Change the parentheses in

... + Da*Ha(i) + ...

to square brackets

... + Da*Ha[i] + ...

so that PROC MCMC doesn't confuse the array reference Ha[i] with a call of a non-existing subroutine Ha.

View solution in original post

2 REPLIES 2
FreelanceReinh
Jade | Level 19

Hello @JOADUTWUM,

 

Change the parentheses in

... + Da*Ha(i) + ...

to square brackets

... + Da*Ha[i] + ...

so that PROC MCMC doesn't confuse the array reference Ha[i] with a call of a non-existing subroutine Ha.

JOADUTWUM
Obsidian | Level 7
Thanks @FreelanceReinhard it did work!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2 replies
  • 962 views
  • 0 likes
  • 2 in conversation