A data frame with the results.
The data frame returned is the standard one returned in all function in the package. Specifically we have:
A tibble with the following column names:
x: the name of the independent variable (e.g., cs). There, you can see the term of the model that is returned. So, not the full model is returned but only this particular term.
y: the name of the dependent variable as this defined in the dv argument
exclusion: see exclusion argument
model: the model that was run (e.g., mixed_model)
controls: ignore this column for this test
method: the model that was run
p.value: the p-value for each factor
effect.size: irrelevant here
effect.size.ma: irrelevant here
effect.size.ma.lci: irrelevant here
effect.size.ma.hci: irrelevant here
statistic: the t-value for each factor
conf.low: the lower confidence interval for the estimate
conf.high: the higher confidence interval for the estimate
data_used: a list with the data used for the specific test