NEWS | R Documentation |
News for Package cglm
Changes in version 1.1 (2019-12-06)
Non-visible changes
Replaced
class(fit)=="name"
withinherits(x=fit, what="name")
in places, which should be safer.
NEWS | R Documentation |
Replaced class(fit)=="name"
with
inherits(x=fit, what="name")
in places, which should be safer.