powered by
Scale-Location (Spread-Location)
diagnostics_scale_location(fit)
A ggplot object
The lm fit object
library(volker) data <- filter(volker::chatgpt, sd_gender != "diverse") data <- add_model(data, use_work, metric = sd_age) fit <- attr(data$prd_use_work, "lm.fit) diagnostics_scale_location(fit")
Run the code above in your browser using DataLab