Skip to contents

anova returns an analysis of deviance table for one or more fitted cognitive models

Usage

# S3 method for cm
anova(object, ...)

Arguments

object, ...

Objects of class cm, typically the result of a call to one fo the models. (Or a list of objects for the "cm_list" method.)

Value

An anova-style table

Examples

# None yet.