summary.theta {GMCM} | R Documentation |
Summary method for theta class
Description
Summary method for theta class
Usage
## S3 method for class 'theta'
summary(object, ...)
Arguments
object |
A |
... |
arguments to be passed to subsequent methods |
Value
Invisibly returns x
.
Author(s)
Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
Examples
theta <- rtheta()
summary(theta)
[Package GMCM version 1.4 Index]