validGoinitObject {gogarch} | R Documentation |
Validation function for objects of class Goinit
Description
This function validates objects of class Goinit
.
Usage
validGoinitObject(object)
Arguments
object |
Object of class |
Details
This function is utilized by validObject()
. It is tested
whether object@V
, object@P
, object@Dsqr
are
square matrices; object@V
coincides with the singular value
decomposition.
Value
TRUE |
Logical, |
Author(s)
Bernhard Pfaff
See Also
Examples
data(VDW)
go <- goinit(VDW)
validObject(go)
[Package gogarch version 0.7-5 Index]