march.indep.construct {march} | R Documentation |
Construct a march.Indep-class
model from a given march.Dataset-class
,
the first maxOrder elements of each sequence being truncated in order to return a model
which can be compared with other Markovian models of visible order maxOrder.
march.indep.construct(y, maxOrder = 0)
y |
the |
maxOrder |
the maximum visible order among the set of Markovian models to compare. |
The march.Indep-class
constructed using dataset y and maxOrder.
Ogier Maitre
march.Indep-class
, march.Model-class
, march.Dataset-class
.
# Build an independance model from the pewee data set.
model <- march.indep.construct(pewee)
print(model)