diff_two_dep_cors: Difference between two dependent Pearson's correlations (with common index)
Description
Calculates Cohen's q effect size statistic for difference between two correlations, r_yx1 and r_yx2.
Tests if Cohen's q is different from zero while accounting for dependency between the two correlations.
Usage
diff_two_dep_cors(data, y, x1, x2, level = 0.95, missing = "default")
Value
Parameter estimates from the fitted structural path model.
Arguments
data
Data frame.
y
Character. Variable name of the common index variable.
x1
Character. Variable name.
x2
Character. Variable name.
level
Numeric. The confidence level required for the result output (Default .95)