Learn R Programming

RCTS (version 0.2.4)

initialise_rc: Initialises rc.

Description

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

Usage

initialise_rc(indices_subset, C_candidates)

Value

data.frame

Arguments

indices_subset

all indices of the subsets

C_candidates

candidates for C (parameter in PIC)

Examples

Run this code
initialise_rc(0:2, 1:5)

Run the code above in your browser using DataLab