residuals.cowbell {cowbell} | R Documentation |
residuals
generic.Implementation of the residuals
generic.
## S3 method for class 'cowbell'
residuals(object, ...)
object |
The data obtained by function |
... |
Just for compatibility purposes. |
Vector with the residuals to the data.
# 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)