summary.shapeNA {shapeNA}R Documentation

Summary Method for Class shapeNA

Description

Summary methods for objects from class shapeNA.

Usage

## 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

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

[Package shapeNA version 0.0.2 Index]