anova: Compare several nested models

anova.miraR Documentation

Compare several nested models

Description

Compare several nested models

Usage

## S3 method for class 'mira'
anova(object, ..., method = "D1", use = "wald")

Arguments

object

Two or more objects of class mira

...

Other parameters passed down to D1(), D2(), D3() and mitml::testModels.

method

Either "D1", "D2" or "D3"

use

An character indicating the test statistic

Value

Object of class mice.anova


mice documentation built on June 7, 2023, 5:38 p.m.

Related to anova in mice...