Learn R Programming

soundcorrs (version 0.1.1)

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

Description

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

Usage

# S3 method for 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.

Value

A more human-friendly digest.

Examples

Run this code
# NOT RUN {
dataset <- sampleSoundCorrsData.abc
lapplyTest (allTables(dataset))
# }

Run the code above in your browser using DataLab