coef,ph-method {matrixdist}R Documentation

Coef method for ph class

Description

Coef method for ph class

Usage

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

Arguments

object

An object of class ph.

Value

Parameters of ph model.

Examples

obj <- ph(structure = "general")
coef(obj)

[Package matrixdist version 1.1.9 Index]