cor,MPHstar-method {matrixdist}R Documentation

Cor method for MPHstar class

Description

Cor method for MPHstar class

Usage

## S4 method for signature 'MPHstar'
cor(x)

Arguments

x

An object of class MPHstar.

Value

The correlation matrix of the MPHstar distribution.

Examples

obj <- MPHstar(structure = "general")
cor(obj)

[Package matrixdist version 1.1.9 Index]