Learn R Programming

semTools (version 0.5-7)

Net-class: Class For the Result of Nesting and Equivalence Testing

Description

This class contains the results of nesting and equivalence testing among multiple models

Usage

# S4 method for Net
show(object)

# S4 method for Net summary(object)

Value

show

signature(object = "Net"): prints the logical matrix of test results. NA indicates a model did not converge.

summary

signature(object = "Net"): prints a narrative description of results. The original object is invisibly returned.

Arguments

object

An object of class Net.

Slots

test

Logical matrix indicating nesting/equivalence among models

df

The degrees of freedom of tested models

Objects from the Class

Objects can be created via the net() function.

Author

Terrence D. Jorgensen (University of Amsterdam; TJorgensen314@gmail.com)

See Also

net()

Examples

Run this code

# See the example in the net function.

Run the code above in your browser using DataLab