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

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