Learn R Programming

matrixdist (version 1.1.9)

coef,iph-method: Coef method for iph class

Description

Coef method for iph class

Usage

# S4 method for iph
coef(object)

Value

Parameters of iph model.

Arguments

object

An object of class iph.

Examples

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

Run the code above in your browser using DataLab