Learn R Programming

report (version 0.1.0)

report.easycorrelation: Correlation Report

Description

Create a report of a correlation object.

Usage

# S3 method for easycorrelation
report(model, effsize = "cohen1988",
  stars = TRUE, lower = TRUE, reorder = TRUE,
  reorder_method = "complete", ...)

Arguments

model

Object of class easycorrelation.

effsize

Effect size interpretation set of rules. Can be "cohen1988" (default), "evans1996" or custom set of rules.

stars

Add significance stars in table. For frequentist correlations: \*p < .05, \*\*p < .01, \*\*\*p < .001. For Bayesian correlations: \*\*\*BF > 30, \*\*BF > 10, \*BF > 3.

lower

Remove the upper triangular part of the matrix.

reorder

Reorder the matrix based on correlation pattern (currently only works with square matrices)?

reorder_method

Reordering method. See hclust.

...

Arguments passed to or from other methods.

See Also

report

Examples

Run this code
# NOT RUN {
model <- correlation(iris)
report(model)
# }

Run the code above in your browser using DataLab