Learn R Programming

matrixdist (version 1.1.9)

coef,ph-method: Coef method for ph class

Description

Coef method for ph class

Usage

# S4 method for ph
coef(object)

Value

Parameters of ph model.

Arguments

object

An object of class ph.

Examples

Run this code
obj <- ph(structure = "general")
coef(obj)

Run the code above in your browser using DataLab