av | R Documentation |
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, ...)
model |
A fitted model object (e.g., an object of class |
g |
An integer precision parameter for anytime-valid inference. Defaults to 1. |
... |
Additional arguments passed to the method. |
An enhanced version of model
with anytime-valid inference capabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.