test_significant: Test if pairwise correlations are significant

Description Usage Arguments

View source: R/significant.R

Description

Test if pairwise correlations are significant

Usage

1
test_significant(matlist, xvar, yvar, lo = "2.5%", hi = "97.5%")

Arguments

matlist

List of covariance (or correlation) matrices, such as that returned by fit_mvnorm() or fit_mvnorm_hier() summary functions.

xvar

Name of x variable as string (must match row name in matlist)

yvar

Name of y variable as string (must match column name in matlist)

lo

Name of lower significance statistic cutoff (default = "2.5%")

hi

Name of upper significance statistic cutoff (default = "97.5%")


ashiklom/mvtraits documentation built on Sept. 4, 2019, 7:43 a.m.