Learn R Programming

matrixdist (version 1.1.9)

coef,bivph-method: Coef method for bivph class

Description

Coef method for bivph class

Usage

# S4 method for bivph
coef(object)

Value

Parameters of bivariate phase-type model.

Arguments

object

An object of class bivph.

Examples

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

Run the code above in your browser using DataLab