Learn R Programming

matrixdist (version 1.1.2)

coef,iph-method: Coef Method for iph Class

Description

Coef Method for iph Class

Usage

# S4 method for iph
coef(object)

Arguments

object

an object of class '>iph.

Value

parameters of iph model.

Examples

Run this code
# NOT RUN {
obj <- iph(ph(structure = "general", dimension = 2), gfun = "lognormal", gfun_pars = 2)
coef(obj)
# }

Run the code above in your browser using DataLab