parsnip (version 1.1.0)

tidy.nullmodel: Tidy method for null models

Description

Return the results of nullmodel as a tibble

Usage

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

Value

A tibble with column value.

Arguments

x

A nullmodel object.

...

Not used.

Examples

Run this code

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

Run the code above in your browser using DataLab