
Last chance! 50% off unlimited learning
Sale ends in
The models are fitted using stats::lm
.
ANOVA of type II is computed for each fitted model using car::Anova
.
Eta Squared is calculated for each ANOVA result
using effectsize::eta_squared
.
effect_metrics_items_grouped(
data,
cols,
cross,
labels = TRUE,
clean = TRUE,
...
)
A volker tibble.
A tibble containing item measures.
Tidyselect item variables (e.g. starts_with...).
The column holding groups to compare.
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
effect_metrics(data, starts_with("cg_adoption_"), adopter)
Run the code above in your browser using DataLab