coef,iph-method {matrixdist} | R 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)
[Package matrixdist version 1.1.9 Index]