print.shapeNA {shapeNA} | R Documentation |
Print Method for Objects of Class shapeNA
Description
Prints the chosen value of alpha
as well as the estimated shape and
location for objects of class shapeNA
.
Usage
## S3 method for class 'shapeNA'
print(x, ...)
Arguments
x |
A |
... |
Additional parameters passed to lower level |
Value
No return value.
Examples
x <- mvtnorm::rmvt(100, toeplitz(seq(1, 0.1, length.out = 3)), df = 5)
res <- tylerShape(x)
res ## equivalent to call print(res)
[Package shapeNA version 0.0.2 Index]