defaultTestObjectProto-class {dynamicGraph} | R Documentation |
An example class for the test object for the model object of dynamicGraph.
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
.
deviance
:"numeric"
:
The deviance
of the test. df
:"numeric"
:
The df
of the test. p
:"numeric"
:
The p
-value of the test. signature(object = "defaultTestObjectProto")
:
Return the label
of the test. signature(object = "defaultTestObjectProto")
:
Return the width
of the test. Jens Henrik Badsberg
defaultModelObjectProto-class
,
newDefaultModelObject
,
newDefaultTestObject
.