block.ids.from.blocking: Returns the block ids associated with a blocking method.

Description Usage Arguments Value Examples

View source: R/blocking-evaluations.R

Description

Returns the block ids associated with a blocking method.

Usage

1

Arguments

blocking

A list of the blocks.

Value

A list of the blocks ids that corresponds to each block

Examples

1
2
3
data("RLdata500")
klsh.blocks <- klsh(RLdata500, p=20, num.blocks=5, k=2)
block.ids.from.blocking(klsh.blocks)

klsh documentation built on Jan. 13, 2021, 8:05 p.m.