opcoach / jagsy

Some code to help to edit files for the jags project
Eclipse Public License 1.0
0 stars 1 forks source link

[SYNTAX] Literal expressions used as function parameters tagged as error #9

Closed bhlbarxios closed 6 years ago

bhlbarxios commented 6 years ago

Literal expression 3mu as parameter of the function exp tagged as error model{ ab <- exp(3mu) mu <- 5 } error message : mismatched input '*' expecting ')' although the model is correct

opcoach commented 6 years ago

I don't understand the use case...

Is it correct to write 3mu or should we write 3*mu ?