Odds ratio calculation

I  tried to calculate odds ratios after the logistic regression node by using the Java Snippet node. Naively, I entered without success this simply code : return exp($Coeff.$); Any suggestions? Thanks.

Hello alfroc,

You probably need to call 

return Math.exp($Coeff.$);

 

Best,
Ferry