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

View source: R/makers.r

EmakerR Documentation

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



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)


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