powered by
Phase Duration
duration(x, y, ...)# S4 method for numeric,numeric duration(x, y)# S4 method for PhasesMCMC,missing duration(x)
# S4 method for numeric,numeric duration(x, y)
# S4 method for PhasesMCMC,missing duration(x)
A numeric vector. If y is missing, x must be an PhasesMCMC object.
numeric
y
x
PhasesMCMC
Currently not used.
A. Philippe, M.-A. Vibet, N. Frerebeau
Other phase tools: phases()
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)
Run the code above in your browser using DataLab