algstat (version 0.0.2)

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

Description

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

Usage

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

Run this code
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)

Run the code above in your browser using DataLab