Learn R Programming

nzilbb.vowels (version 0.3.1)

summary.correlation_test: Summary function for correlation test object. Set alpha to change significance level.

Description

Set alpha to change significance level and n_cors to change number of pairwise correlations given.

Usage

# S3 method for correlation_test
summary(object, alpha = 0.05, n_cors = 5, ...)

Value

a glue object.

Arguments

object

object of class correlation test,

alpha

significance level for counting correlation as significant.

n_cors

number of pairwise correlations to list.

...

additional arguments affecting the summary produced.