av: Anytime-valid Conversion Generic Function

View source: R/av.R

avR 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.


avlm documentation built on June 8, 2025, 1:53 p.m.

Related to av in avlm...