march.name {march} | R Documentation |
Generate a name for the march model contained in the given object.
march.name(object)
object |
contains the name of the model(Independence model, MTD,...). |
Ogier Maitre & Andre Berchtold
# Compute a third-order homogeneous Markov Chain for the pewee data. model <- march.mc.construct(pewee,3) # Assign its name to the model. march.name(model)