initialise_rcj {RCTS}R Documentation

Initialises rcj.

Description

This function initialises a data frame which will eventually be filled with the optimized number of groups and group specific factors for each C and for each subset of the original dataset.

Usage

initialise_rcj(indices_subset, C_candidates)

Arguments

indices_subset

all indices of the subsets

C_candidates

candidates for C (parameter in PIC)

Value

data.frame

Examples

initialise_rcj(0:2, 1:5)

[Package RCTS version 0.2.4 Index]