Learn R Programming

burgle (version 0.1.2)

burgle_: Burgle

Description

Burgling what is necessary from different objects

Usage

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, ...)

Value

a burgle_ object

Arguments

object

the model object to burgle

...

must be left empty for now

Examples

Run this code
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