av.aov: Convert an aov Object to Anytime-Valid aov (avaov)

View source: R/av_anova.R

av.aovR Documentation

Convert an aov Object to Anytime-Valid aov (avaov)

Description

Converts an object of class aov to an anytime-valid version by setting the precision parameter g as an attribute and updating the class.

Usage

## S3 method for class 'aov'
av(model, g = 1, ...)

Arguments

model

An aov object resulting from an ANOVA analysis.

g

An integer precision parameter for anytime-valid inference. Default is 1.

...

Additional arguments passed to or from other methods.

Value

An object of class avaov with anytime-valid p-values.


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