starMatrix: Generated a correlation matrix with significance stars (*)

Description Usage Arguments Value Examples

Description

This function correlates the columns of a matrix or dataframe, and returns the results with stars indicating their level of statistical significance. The stars are used to indicate the following significance levels: *** p < .001, ** p < .01, * p < .05

Usage

1
starMatrix(vars, ...)

Arguments

vars

A matrix or dataframe

...

Additional parameters to pass to psych::corr.test()

Value

Correlation matrix with significance stars

Examples

1

drsimonj/Routine documentation built on May 15, 2019, 2:51 p.m.