You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch. We should indeed check the type of regmodel via something like model = regmodel isa TableRegressionModel ? regmodel.model ? model and then use only model. PR welcome.
Per the doc string:
negbin(X::AbstractMatrix, y::AbstractVector, [link::Link]; <keyword arguments>)
is valid however:Issue seems to stem from
negbin
assuming thatregmodel
(Defined at Ln 105/108 in negbinfit.jl ) is aTableRegressionModel
and not aGLMResp
The text was updated successfully, but these errors were encountered: