-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
The brglm2 fitting functions adds some more stuff and it would be nice to have a butcher method like the following:
butcher.brglmFit <- function(object, ...) {
object <- NextMethod() # ruft butcher.glm() aus {butcher}
# -------------------------------------------------------
# brglm2-spezifische Anhängsel löschen
if (keep == "predict") {
object$call <- NULL
object$family$d1afun <- NULL
object$family$d2afun <- NULL
object$family$d3afun <- NULL
object$family$d1variance <- NULL
object$family$d2mu.deta <- NULL
}
object
}
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement