burgle_ | R Documentation |
Burgling what is necessary from different objects
burgle(object, ...)
## S3 method for class 'lm'
burgle(object, ...)
## S3 method for class 'glm'
burgle(object, ...)
## S3 method for class 'CauseSpecificCox'
burgle(object, ...)
## S3 method for class 'cph'
burgle(object, ...)
## S3 method for class 'flexsurvreg'
burgle(object, ...)
## S3 method for class 'multinom'
burgle(object, ...)
## S3 method for class 'coxph'
burgle(object, ...)
object |
the model object to burgle |
... |
must be left empty for now |
a burgle_ object
fit <- lm(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris)
bfit <- burgle(fit)
object.size(fit)
object.size(bfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.