| Phases {RChronoModel} | R Documentation |
Phases
Description
Contains the output of the MCMC algorithm for all the phases (beginning and end) of two successive phases modelled in ChronoModel. Phase 1 is assued to be older than Phase 2.
Usage
data(Phases)
Format
A data frame with 30000 observations on the following 5 variables.
itera numeric vector corresponding to iteration number
Phase.1.alphaa numeric vector containing the output of the MCMC algorithm for the beginning of the phase "Phase 1"
Phase.1.betaa numeric vector containing the output of the MCMC algorithm for the end of the phase "Phase 1"
Phase.2.alphaa numeric vector containing the output of the MCMC algorithm for the the beginning of the phase "Phase 2"
Phase.2.betaa numeric vector containing the output of the MCMC algorithm for the end of the phase "Phase 2"
Author(s)
Anne Philippe <Anne.Philippe@univ-nantes.fr> and
Marie-Anne Vibet <Marie-Anne.Vibet@univ-nantes.fr>
Examples
data(Phases)
attach(Phases)
PhasePlot(Phase.1.alpha, Phase.1.beta)
PhaseTimeRange(Phase.1.alpha, Phase.1.beta)
PhasesGap(Phase.1.beta, Phase.2.alpha)
PhasesTransition(Phase.1.beta, Phase.2.alpha)