summary.cont_phase_type | R Documentation |
cont_phase_type
class.Pretty summary of the cont_phase_type
class.
## S3 method for class 'cont_phase_type' summary(object, ...)
object |
a cont_phase_type object |
... |
other arguments passed to methods |
This function prints a nicely-formatted summary of
a cont_phase_type
object. The summary includes the
sub-intensity matrix, the initial probabilities, the defect,
the mean and the variance of the phase-type object.
ph <- PH(matrix(c(-3, 0, 1, 2, -3, 1, 1, 1, -2), ncol = 3)) summary(ph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.