Learn R Programming

cowbell (version 0.1.0)

print.cowbell: Summarizes the cowbell regression analysis

Description

Prints the used formula, the R squared and the F statistics in comparison with a constant function (average of values).

Usage

# S3 method for cowbell
print(x, ...)

Arguments

x
Object generated with function generateCowbell
...
Only for compatibility purposes.

Details

Implementation of the print generic.

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)
test

Run the code above in your browser using DataLab