Is there a way to extract the dispersion parameter (also called phi
) from an h2o.glm()
object?
In standard R this can va achieved by doing
summary(glm_object)$dispersion
Is it possible to achieve the same with an h2o.glm()
object?
Thank you