Print a corStruct Object

DESCRIPTION:

If x has been initialized, its coefficients are printed in constrained form.

USAGE:

print(x, ...) 

REQUIRED ARGUMENTS:

x
an object inheriting from class corStruct, representing a correlation structure.

OPTIONAL ARGUMENTS:

...
optional arguments passed to print.default; see the documentation on that method function.

VALUE:

the printed coefficients of x in constrained form.

SEE ALSO:

,

EXAMPLES:

cs1 <- corAR1(0.3) 
print(cs1)