Tidy method for null models
Return the results of nullmodel
as a tibble
## S3 method for class 'nullmodel' tidy(x, ...)
x |
A |
... |
Not used. |
A tibble with column value
.
nullmodel(mtcars[,-1], mtcars$mpg) %>% tidy()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.