summary.correlation_test {nzilbb.vowels} | R Documentation |
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 class 'correlation_test'
summary(object, alpha = 0.05, n_cors = 5, ...)
Arguments
object |
object of class |
alpha |
significance level for counting correlation as significant. |
n_cors |
number of pairwise correlations to list. |
... |
additional arguments affecting the summary produced. |
Value
a glue
object.
[Package nzilbb.vowels version 0.3.1 Index]