Learn R Programming

matrixdist (version 1.0)

coef,ph-method: Coef Method for ph Class

Description

Coef Method for ph Class

Usage

# S4 method for ph
coef(object)

Arguments

object

an object of class '>ph.

Value

Parameters of ph model.

Examples

Run this code
# NOT RUN {
obj <- ph(structure = "general")
coef(obj)
# }

Run the code above in your browser using DataLab