Learn R Programming

matrixdist (version 1.1.9)

coef,dph-method: Coef method for dph Class

Description

Coef method for dph Class

Usage

# S4 method for dph
coef(object)

Value

Parameters of dph model.

Arguments

object

An object of class dph.

Examples

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

Run the code above in your browser using DataLab