print.cowbell: Summarizes the cowbell regression analysis

Description Usage Arguments Details Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
# 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

Carbonfreezer/cowbell documentation built on May 8, 2019, 7:50 p.m.