surv,phasetype-method | R Documentation |
Survival method for phase-type distributions
## S4 method for signature 'phasetype'
surv(x, q)
x |
An object of class phasetype. |
q |
A vector of locations. |
A vector containing the survival function evaluations at the given locations.
obj <- phasetype(structure = "general")
surv(obj, c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.