av {avlm}R Documentation

Anytime-valid Conversion Generic Function

Description

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.

Usage

av(model, g = 1, ...)

Arguments

model

A fitted model object (e.g., an object of class aov or lm).

g

An integer precision parameter for anytime-valid inference. Defaults to 1.

...

Additional arguments passed to the method.

Value

An enhanced version of model with anytime-valid inference capabilities.


[Package avlm version 0.1.0 Index]