Skip to contents

Methods for behavior shared by mlxs_lm and mlxs_glm through their mlxs_model superclass.

Usage

# S3 method for class 'mlxs_model'
update(object, ..., evaluate = TRUE)

# S3 method for class 'mlxs_model'
coef(object, ..., output = c("vector", "mlx"))

Arguments

object

An mlxs_model fit.

...

Additional arguments passed to underlying methods.

evaluate

Logical; evaluate the updated call?