coef-iph-method: Coef method for iph class

coef,iph-methodR Documentation

Coef method for iph class

Description

Coef method for iph class

Usage

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

Arguments

object

An object of class iph.

Value

Parameters of iph model.

Examples

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

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.