Last data update: 2014.03.03

R: Compare nested GRT models
anova.grtR Documentation

Compare nested GRT models

Description

Conducts a likelihood-ratio G-test on nested GRT models. Currently only accepts pairs of nested models, not arbitrary sequences.

Usage

## S3 method for class 'grt'
anova(object, ...)

Arguments

object

A fitted GRT model returned by fit.grt

...

A larger GRT model, with model1 nested inside

Results