Amaker: Distance transitive matrix

Description Usage Arguments Value See Also Examples

View source: R/makers.r

Description

Compute the distance transitive matrix for a survey in which k objects are selected from a group of m

Usage

1
Amaker(m, k)

Arguments

m

the number of objects

k

the number of objects selected

Value

...

See Also

Tmaker, Emaker, Mmaker, Pmaker, Smaker

Examples

1
Amaker(4, 2)

Example output

Loading required package: mpoly
Set Macaulay2 path with setM2Path().
Set Bertini path with setBertiniPath().
Set LattE-integrale path with setLattePath().
Set 4ti2 path with setMarkovPath().
     [,1] [,2] [,3] [,4] [,5] [,6]
[1,]    0    1    1    1    1    0
[2,]    1    0    1    1    0    1
[3,]    1    1    0    0    1    1
[4,]    1    1    0    0    1    1
[5,]    1    0    1    1    0    1
[6,]    0    1    1    1    1    0

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

Related to Amaker in algstat...