Learn R Programming

GMCM (version 1.4)

print.theta: Print method for theta class

Description

Print method for theta class

Usage

# S3 method for theta
print(x, ...)

Arguments

x

A theta object. See rtheta.

...

Arguments to be passed to subsequent methods.

Value

Invisibly returns x.

Examples

Run this code
# NOT RUN {
theta <- rtheta()
print(theta)
# }

Run the code above in your browser using DataLab