defaultTestObjectProto-class {dynamicGraph}R Documentation

Class "defaultTestObjectProto"

Description

An example class for the test object for the model object of dynamicGraph.

Objects from the Class

Objects can be created by calls of the form new("defaultTestObjectProto", ...).

The methods label and width should be implemented by you for your test object returned by the method testEdge of your model object.

Slots

deviance:
Object of class "numeric": The deviance of the test.
df:
Object of class "numeric": The df of the test.
p:
Object of class "numeric": The p-value of the test.

Methods

label
signature(object = "defaultTestObjectProto"): Return the label of the test.
width
signature(object = "defaultTestObjectProto"): Return the width of the test.

Author(s)

Jens Henrik Badsberg

See Also

defaultModelObjectProto-class, newDefaultModelObject, newDefaultTestObject.


[Package Contents]