residuals.cowbell {cowbell} | R Documentation |
Implementation of the residuals
generic.
Description
Implementation of the residuals
generic.
Usage
## S3 method for class 'cowbell'
residuals(object, ...)
Arguments
object |
The data obtained by function |
... |
Just for compatibility purposes. |
Value
Vector with the residuals to the data.
Examples
# 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)
[Package cowbell version 0.1.0 Index]