Mmaker: Marginals matrix

Description Usage Arguments Details Value References See Also Examples

View source: R/makers.r

Description

Compute the marginals matrix for a full ranking of m objects

Usage

1
Mmaker(m)

Arguments

m

the number of objects

Details

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

Value

...

References

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

See Also

Tmaker, Amaker, Emaker, Pmaker, Smaker

Examples

1
2
3
4
data(city)

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

algstat documentation built on May 29, 2017, 10:34 p.m.

Related to Mmaker in algstat...