Closed bhlbarxios closed 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
I don't understand the use case...
Is it correct to write 3mu or should we write 3*mu ?
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