burgle_ {burgle}R Documentation

Burgle

Description

Burgling what is necessary from different objects

Usage

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 'flexsurvreg'
burgle(object, ...)

## S3 method for class 'multinom'
burgle(object, ...)

## S3 method for class 'coxph'
burgle(object, ...)

Arguments

object

the model object to burgle

...

must be left empty for now

Value

a burgle_ object

Examples

fit <- lm(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris)
bfit <- burgle(fit)
object.size(fit)
object.size(bfit)

[Package burgle version 0.1.1 Index]