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