Learn R Programming

statsExpressions (version 0.7.0)

tidy_model_performance: Convert performance package output to tidyverse conventions

Description

Convert performance package output to tidyverse conventions

Usage

tidy_model_performance(model, ...)

Arguments

model

Statistical model.

...

Arguments passed to or from other methods, resp. for compare_performance(), one or multiple model objects (also of different classes).

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ wt + cyl, data = mtcars)
tidy_model_parameters(model)
# }

Run the code above in your browser using DataLab