Description Usage Format Author(s) Examples
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.
1 |
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"
Anne Philippe <Anne.Philippe@univ-nantes.fr> and
Marie-Anne Vibet <Marie-Anne.Vibet@univ-nantes.fr>
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.