This generic function converts a fitted model object into an anytime-valid version. The conversion is performed by the appropriate S3 method based on the class of the input model.
av(model, g = 1, ...)An enhanced version of model with anytime-valid inference capabilities.
A fitted model object (e.g., an object of class aov or lm).
An integer precision parameter for anytime-valid inference. Defaults to 1.
Additional arguments passed to the method.