algstat (version 0.0.2)

Mmaker: Marginals matrix

Description

Compute the marginals matrix for a full ranking of m objects

Usage

Mmaker(m)

Arguments

m
the number of objects

Value

...

Details

This is the transpose of the marginals matrix presented in Marden (1995).

References

Marden, J. I. (1995). Analyzing and Modeling Rank Data, London: Chapman & Hall. p.42.

See Also

Tmaker, Amaker, Emaker, Pmaker, Smaker

Examples

Run this code
data(city)

Mmaker(3)
Mmaker(3) %*% city

Run the code above in your browser using DataLab