Learn R Programming

cowbell (version 0.1.0)

fitted.cowbell: Implementation of the

Description

Implementation of the fitted generic.

Usage

# S3 method for cowbell
fitted(object, ...)

Arguments

object
The data obtained by function generateCowbell.
...
Just for compatibility purposes.

Value

List with predicted values

Examples

Run this code
# 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)

Run the code above in your browser using DataLab