Internal function that is called (possibly multiple times) by apa_factorial_plot()
.
apa_factorial_plot_single(
aggregated,
y.values,
id,
dv,
factors,
intercept = NULL,
...
)
A data.frame
, the aggregated data.
A data.frame
containing the measures of central tendency and of dispersion per cell of the design.
Character. Variable name that identifies subjects.
Character. The name of the dependent variable.
Character. A vector of up to four variable names that is used to stratify the data.
Numeric. See details in apa_factorial_plot()