semTools (version 0.5-2)

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)

Arguments

object

An object of class Net.

Value

show

signature(object = "Net"): prints the logical matrix of test results.

summary

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

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.

See Also

net

Examples

Run this code
# NOT RUN {
# See the example in the net function.

# }

Run the code above in your browser using DataLab