tidy.nullmodel: Tidy method for null models

View source: R/nullmodel.R

tidy.nullmodelR Documentation

Tidy method for null models

Description

Return the results of nullmodel as a tibble

Usage

## S3 method for class 'nullmodel'
tidy(x, ...)

Arguments

x

A nullmodel object.

...

Not used.

Value

A tibble with column value.

Examples



nullmodel(mtcars[,-1], mtcars$mpg) |> tidy()


parsnip documentation built on Jan. 11, 2026, 9:06 a.m.