coef,dph-method {matrixdist}R Documentation

Coef method for dph Class

Description

Coef method for dph Class

Usage

## S4 method for signature 'dph'
coef(object)

Arguments

object

An object of class dph.

Value

Parameters of dph model.

Examples

obj <- dph(structure = "general", dim = 3)
coef(obj)

[Package matrixdist version 1.1.9 Index]