apa_factorial_plot_single {papaja} | R Documentation |
Plots for factorial designs that conform to APA guidelines, two-factors internal function
Description
Internal function that is called (possibly multiple times) by apa_factorial_plot()
.
Usage
apa_factorial_plot_single(
aggregated,
y.values,
id,
dv,
factors,
intercept = NULL,
...
)
Arguments
aggregated |
A |
y.values |
A |
id |
Character. Variable name that identifies subjects. |
dv |
Character. The name of the dependent variable. |
factors |
Character. A vector of up to four variable names that is used to stratify the data. |
intercept |
Numeric. See details in |
[Package papaja version 0.1.3 Index]