Page 1 of 1

Error message help

PostPosted: Thu Nov 05, 2020 4:36 pm
by mham0997
Hi there,

I keep getting the error message; Error: The 'model' property contains a prior that has an unknown random distribution type. '-1,-2' and do not know what is wrong with my syntax to fix this??

Re: Error message help

PostPosted: Thu Nov 05, 2020 6:50 pm
by Michiel Bliemer
It sounds like to specified a prior like b[-1,-2] or something. This needs to be either b[-1], or b[n,-1,-2] or b.dummy[-1|-2] or something. Without providing the syntax it is difficult to say what error you made in the syntax.

Michiel