read application labels off a split plan.

getSplitPlanAppLabels(nRow, plan)

Arguments

nRow

number of rows in original data.frame.

plan

split plan

Value

vector of labels

See also

Examples

plan <- kWayStratifiedY(3,2,NULL,NULL) getSplitPlanAppLabels(3,plan)
#> [1] 2 1 2