Learn R Programming

matrixdist (version 1.1.9)

coef,bivdph-method: Coef method for bivdph class

Description

Coef method for bivdph class

Usage

# S4 method for bivdph
coef(object)

Value

Parameters of bivariate discrete phase-type model.

Arguments

object

An object of class bivdph.

Examples

Run this code
obj <- bivdph(dimensions = c(3, 3))
coef(obj)

Run the code above in your browser using DataLab