Skip to content
Prev 366911 / 398513 Next

GLM HELP NEEDED!

On 01/02/2017 8:28 AM, CHIRIBOGA Xavier wrote:
The "h<-T" argument doesn't make sense.  You are just lucky that it 
worked here. For arguments you almost always use "=".

It's also a bad idea to use "T" as an abbreviation for "TRUE", but that 
won't always cause problems.
I assume that transinduc is supposed to be real numbers, with comma as 
the decimal separator.  You need to use dec = "," in read.table to read 
that properly.
It doesn't make sense to use fractional values like 1.0488 in Poisson 
regression.

Duncan Murdoch