Learn R Programming

matrixdist (version 1.1.9)

coef,mdph-method: Coef method for mdph class

Description

Coef method for mdph class

Usage

# S4 method for mdph
coef(object)

Value

Parameters of multivariate discrete phase-type model.

Arguments

object

An object of class mdph.

Examples

Run this code
obj <- mdph(structure = c("general", "general"))
coef(obj)

Run the code above in your browser using DataLab