powered by
This class contains the results of nesting and equivalence testing among multiple models
# S4 method for Net show(object)# S4 method for Net summary(object)
# S4 method for Net summary(object)
An object of class Net.
Net
signature(object = "Net"): prints the logical matrix of test results. NA indicates a model did not converge.
signature(object = "Net")
NA
signature(object = "Net"): prints a narrative description of results. The original object is invisibly returned.
object
test
Logical matrix indicating nesting/equivalence among models
matrix
df
The degrees of freedom of tested models
Objects can be created via the net function.
net
# NOT RUN { # See the example in the net function. # }
Run the code above in your browser using DataLab