Skip to contents

Updates the oblr model with new parameters without refitting the entire model.

Usage

# S3 method for class 'oblr'
update(object, formula., data., ...)

Arguments

object

An object of class oblr.

formula.

A new formula for the model. If not specified, the original formula is retained.

data.

New data for fitting the model. If not specified, the original data is retained.

...

Additional arguments passed to or from other methods.

Value

A new object of class oblr fitted with the updated parameters.