Skip to contents

The assignment vector for a model

Usage

get.assign(model, ...)

# S3 method for lm
get.assign(model, ...)

# S3 method for glm
get.assign(model, ...)

Arguments

model

Fitted model

...

Further arguments

Value

The assignment vector

Details

Gets relative positions of predictors

Author

Jared P. Lander