# Data extracted from ChronoModel software
data(Phases)
# List of the name of the groups
names(Phases)
# Stipulating position_maximum
MultiPhaseTimeRange(Phases, position_minimum = c(4,2), position_maximum = c(5,3))
# In this case, equivalent to
MultiPhaseTimeRange(Phases, position_minimum = c(4,2))
Run the code above in your browser using DataLab