print.cowbell {cowbell}R Documentation

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 class 'cowbell'
print(x, ...)

Arguments

x

Object generated with function generateCowbell

...

Only for compatibility purposes.

Details

Implementation of the print generic.

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

[Package cowbell version 0.1.0 Index]