Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tidy.nullmodel

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

A Common API to Modeling and Analysis Functions

v0.1.5
GPL-2
Authors
Max Kuhn [aut, cre], Davis Vaughan [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.