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