Phases: Phases

Description Usage Format Author(s) Examples

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

1

Format

A data frame with 30000 observations on the following 5 variables.

iter

a numeric vector corresponding to iteration number

Phase.1.alpha

a numeric vector containing the output of the MCMC algorithm for the beginning of the phase "Phase 1"

Phase.1.beta

a numeric vector containing the output of the MCMC algorithm for the end of the phase "Phase 1"

Phase.2.alpha

a numeric vector containing the output of the MCMC algorithm for the the beginning of the phase "Phase 2"

Phase.2.beta

a 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

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)

RChronoModel documentation built on May 1, 2019, 10:06 p.m.