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 Aug. 18, 2023, 1:07 a.m.