summary.shapeNA: Summary Method for Class 'shapeNA'

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Summary methods for objects from class shapeNA.

Usage

1
2
## S3 method for class 'shapeNA'
summary(object, ...)

Arguments

object

An object of class shapeNA, usually from a call to powerShape or similar functions.

...

Further arguments to be passed to or from methods.

Value

A summary.shapeNA object. For objects of this class, the print method tries to format the location and shape estimate in a readable format and also shows the number of iterations, before the algorithm converged.

Examples

1
2
    obj <- tylerShape(mvtnorm::rmvt(100, diag(3)))
    summary(obj)

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