Learn R Programming

shapeNA (version 0.0.2)

print.shapeNA: 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 shapeNA
print(x, ...)

Arguments

x

A shapeNA object

...

Additional parameters passed to lower level print.

Value

No return value.

Examples

Run this code
# NOT RUN {
    x <- mvtnorm::rmvt(100, toeplitz(seq(1, 0.1, length.out = 3)), df = 5)
    res <- tylerShape(x)
    res ## equivalent to call print(res)
# }

Run the code above in your browser using DataLab