Emaker: Create the expected higher-order statistics calculating...

Description Usage Arguments Value See Also Examples

View source: R/makers.r

Description

Create the expected higher-order statistics calculating matrix for approval data

Usage

1
Emaker(m, vin, vout)

Arguments

m

the number of objects

vin

the (lower order) grouping level of the data

vout

the desired higher order grouping level

Value

...

See Also

Tmaker, Amaker, Mmaker, Pmaker, Smaker

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Emaker(6, 0, 1)
Emaker(6, 0, 2)
Emaker(6, 0, 3)
Emaker(6, 0, 4)

Emaker(6, 1, 1)
Emaker(6, 1, 2)
Emaker(6, 1, 3)
Emaker(6, 1, 4)
Emaker(6, 1, 5)
Emaker(6, 1, 6)

# compare to Tmaker
Emaker(6, 1, 3) # contributors when bumping up from 1-groups to 3-groups
Tmaker(6, 3, 1)

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

Related to Emaker in algstat...