parsnip (version 0.1.1)

tidy.nullmodel: Tidy method for null models

Description

Return the results of nullmodel as a tibble

Usage

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

Arguments

x

A nullmodel object.

...

Not used.

Value

A tibble with column value.

Examples

Run this code
# NOT RUN {
nullmodel(iris[,-5], iris$Species) %>% tidy()

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

Run the code above in your browser using DataLab