print.shapeNA: Print Method for Objects of Class 'shapeNA'

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Prints the chosen value of alpha as well as the estimated shape and location for objects of class shapeNA.

Usage

1
2
## S3 method for class 'shapeNA'
print(x, ...)

Arguments

x

A shapeNA object

...

Additional parameters passed to lower level print.

Value

No return value.

Examples

1
2
3
    x <- mvtnorm::rmvt(100, toeplitz(seq(1, 0.1, length.out = 3)), df = 5)
    res <- tylerShape(x)
    res ## equivalent to call print(res)

shapeNA documentation built on March 15, 2021, 5:06 p.m.