residuals.cowbell: Implementation of the 'residuals' generic.

Description Usage Arguments Value Examples

Description

Implementation of the residuals generic.

Usage

1
2
## S3 method for class 'cowbell'
residuals(object, ...)

Arguments

object

The data obtained by function generateCowbell.

...

Just for compatibility purposes.

Value

Vector with the residuals to the data.

Examples

1
2
3
4
5
# Run a simplified anaylsis with 10 iterations only (to save time.)
concept<-generateCowbellConcept(Fun ~ Fluency * Absorption, 1, 9, 1, 7, 1, 7)
data(allFun)
test<-generateCowbell(concept, allFun, 10)
residuals(test)

cowbell documentation built on May 2, 2019, 7:22 a.m.