Learn R Programming

shapeNA (version 0.0.2)

summary.shapeNA: Summary Method for Class shapeNA

Description

Summary methods for objects from class shapeNA.

Usage

# S3 method for 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

Run this code
# NOT RUN {
    obj <- tylerShape(mvtnorm::rmvt(100, diag(3)))
    summary(obj)
# }

Run the code above in your browser using DataLab