anova: Anova Tables

anovaR Documentation

Anova Tables

Description

Calculate likelihood ratio tests to compare two or more structural equation models.

Usage

## S3 method for class 'emEst'
anova(object, ..., test = c("Chisq", "none"))

Arguments

object

estimated structural equation model of class emEst.

...

additional objects of the same type.

test

a character string, (partially) matching one of ‘Chisq’ or ‘none’. Should the p-values of the chi-square distributions be reported?

Value

Returns an object of class codeanova. These objects represent analysis-of-variance and analysis-of-deviance tables. It is not implemented for a single argument.


nlsem documentation built on Aug. 31, 2023, 5:14 p.m.