Mmaker: Marginals matrix

View source: R/makers.r

MmakerR Documentation

Marginals matrix

Description

Compute the marginals matrix for a full ranking of m objects

Usage

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



data(city); city

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


dkahle/algstat documentation built on May 23, 2023, 12:29 a.m.