duration | R Documentation |
Phase Duration
duration(x, y, ...)
## S4 method for signature 'numeric,numeric'
duration(x, y)
## S4 method for signature 'PhasesMCMC,missing'
duration(x)
x , y |
A |
... |
Currently not used. |
A. Philippe, M.-A. Vibet, N. Frerebeau
Other phase tools:
phases()
## Coerce to phases
pha <- as_phases(mcmc_phases, start = c(1, 3), calendar = CE(), iteration = 1)
## Compute phase duration
dur <- duration(pha)
summary(dur)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.