Learn R Programming

volker (version 2.1.0)

tidy_lm_levels: Tidy lm results, replace categorical parameter names by their levels and add the reference level

Description

Tidy lm results, replace categorical parameter names by their levels and add the reference level

Usage

tidy_lm_levels(fit)

Value

A tibble with regression parameters.

Arguments

fit

Result of a lm call.

Author

Created with the help of ChatGPT.