Learn R Programming

gogarch (version 0.7-0)

validGoinitObject: Validation function for objects of class Goinit

Description

This function validates objects of class Goinit.

Usage

validGoinitObject(object)

Arguments

object
Object of class Goinit.

Value

  • TRUELogical, TRUE if the object passes the validation, otherwise an informative error message is returned.

encoding

latin1

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.

See Also

Goinit, goinit

Examples

Run this code
data(VDW)
go <- goinit(VDW)
validObject(go)

Run the code above in your browser using DataLab