summary.list.lapplyTest: A quick summary of the result of 'lapplyTest'.

Description Usage Arguments Details Value See Also Examples

Description

Take the output of lapplyTest, and extract from it only the noteworthy results.

Usage

1
2
## S3 method for class 'list.lapplyTest'
summary(object, p.value = 0.05, ...)

Arguments

object

[list.lapplyTest] The output of lapplyTest.

p.value

[double] Results above this value will not be reported. Defaults to 0.05.

...

Unused; only for consistency with summary.

Details

The output of lapplyTest may be difficult to digest for a human. This function selects from it only the results that are of particular interest, and presents them in an easy to read form.

Value

A more human-friendly digest.

See Also

lapplyTest

Examples

1
2
dataset <- loadSampleDataset ("data-abc")
lapplyTest (allCooccs(dataset))

soundcorrs documentation built on Nov. 16, 2020, 5:09 p.m.