Returns single list with simulated data, design, design list, factor names, formulas for ANOVA, means, sd, correlation, sample size per condition, correlation matrix, covariance matrix, design string, labelnames, labelnameslist, factor names, meansplot
"dataframe"
A sample dataframe of what data could look like given the proposed parameters.
"design"
aov
The design string, e.g. "2b*2w".
"design_list"
The list of variables in the design.
"frml1"
The first formula created for this design.
"frml2"
The second formula created for this design.
"mu"
Vector of means.
"sd"
Vector of standard deviations.
"r"
Common correlation coefficient.
"n"
Sample size per cell. Can be entered as a single value or list of sample sizes for each condition. If unequal n is entered then the design can only be passed onto ANOVA_power.
"cor_mat"
The correlation matrix.
"sigmatrix"
The variance-covariance matrix.
"design_factors"
Total number of within-subjects factors.
"labelnames"
List of the label names.
"labelnameslist"
Secondary list of labelnames
"factornames"
List of the factor titles.
"meansplot"
Plot of the experimental design.