tidy_lm_levels {volker} | R Documentation |
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)
Arguments
fit |
Result of a lm call. |
Value
A tibble with regression parameters.
Author(s)
Created with the help of ChatGPT.
[Package volker version 2.0.1 Index]