powered by
Generate a name for the march model contained in the given object.
march.name(object)
contains the name of the model(Independence model, MTD,...).
# NOT RUN { # 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) # }
Run the code above in your browser using DataLab