Skip to contents

refit() fits the same model formula to a new response by calling lmm() with the stored model frame and REML setting.

Usage

refit(object, newresp, ...)

# S3 method for class 'mm_lmm'
refit(object, newresp, ...)

Arguments

object

A fitted mm_lmm.

newresp

Numeric response for refit().

...

Reserved for future methods.

Value

A new mm_lmm.