Learn R Programming

matrixdist (version 1.1.9)

cor,MPHstar-method: Cor method for MPHstar class

Description

Cor method for MPHstar class

Usage

# S4 method for MPHstar
cor(x)

Value

The correlation matrix of the MPHstar distribution.

Arguments

x

An object of class MPHstar.

Examples

Run this code
obj <- MPHstar(structure = "general")
cor(obj)

Run the code above in your browser using DataLab