powered by
Burgling what is necessary from different objects
burgle(object, ...)# S3 method for lm burgle(object, ...)# S3 method for glm burgle(object, ...)# S3 method for CauseSpecificCox burgle(object, ...)# S3 method for cph burgle(object, ...)# S3 method for flexsurvreg burgle(object, ...)# S3 method for multinom burgle(object, ...)# S3 method for coxph burgle(object, ...)
# S3 method for lm burgle(object, ...)
# S3 method for glm burgle(object, ...)
# S3 method for CauseSpecificCox burgle(object, ...)
# S3 method for cph burgle(object, ...)
# S3 method for flexsurvreg burgle(object, ...)
# S3 method for multinom burgle(object, ...)
# S3 method for coxph burgle(object, ...)
a burgle_ object
the model object to burgle
must be left empty for now
fit <- lm(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris) bfit <- burgle(fit) object.size(fit) object.size(bfit)
Run the code above in your browser using DataLab