march.name {march}R Documentation

march.Model name.

Description

Generate a name for the march model contained in the given object.

Usage

march.name(object)

Arguments

object

contains the name of the model(Independence model, MTD,...).

Author(s)

Ogier Maitre & Andre Berchtold

Examples

# 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)

[Package march version 3.1 Index]