validGoinitObject {gogarch} | R Documentation |
This function validates objects of class Goinit
.
validGoinitObject(object)
object |
Object of class Goinit . |
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.
TRUE |
Logical, TRUE if the object passes the validation,
otherwise an informative error message is returned. |
Bernhard Pfaff
data(VDW) go <- goinit(VDW) validObject(go)