A data frame containing the analytic power for each unique setting combination.
Arguments
cov.input
Output of 'power_interaction_r2_covs()'. Variable correlations and reliabilities are set by first modifying this list.
N
Sample size. Must be a positive integer. Has no default value. Can be a single value or a vector of values.
alpha
The alpha. At what p-value is the interaction deemed significant? Default is 0.05.
detailed_results
Default is FALSE. Should detailed results be reported?
cl
Number of clusters to use for running simulations in parallel. Default is NULL (i.e. not in parallel). Useful when running several thousand analyses at once.