Skip to content
Prev 62765 / 63421 Next

binomial()$linkinv no longer accepts integer values

On 1/8/25 17:26, Ben Bolker wrote:
Still you found out that the type check and use of REAL() in the 
function is in wrong order. Instead of

"REAL() can only be applied to a 'numeric', not a 'integer' "

one should get

"Argument eta must be a nonempty numeric vector"

Fixed in R-devel,

Best,
Tomas