Learn R Programming

march (version 1.4)

march.name: 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,...).

Examples

Run this code
# 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