powered by
The regression output comes from stats::lm.
stats::lm
model_metrics_tab( data, col, categorical, metric, labels = TRUE, clean = TRUE, ... )
A volker list object containing volker tables with the requested statistics.
A tibble.
The target column holding metric values.
A tidy column selection holding categorical variables.
A tidy column selection holding metric variables.
If TRUE (default) extracts labels from the attributes, see codebook.
Prepare data by data_clean.
Placeholder to allow calling the method with unused parameters from effect_metrics.
library(volker) data <- volker::chatgpt data |> filter(sd_gender != "diverse") |> model_metrics_tab(use_work, categorical = c(sd_gender, adopter), metric = sd_age)
Run the code above in your browser using DataLab