Learn R Programming

RCTS (version 0.2.4)

initialise_df_pic: Initialises a dataframe which will contain the PIC for each configuration and for each value of C.

Description

Initialises a dataframe which will contain the PIC for each configuration and for each value of C.

Usage

initialise_df_pic(C_candidates)

Value

Returns an empty data.frame.

Arguments

C_candidates

candidates for C (parameter in PIC)

Examples

Run this code
initialise_df_pic(1:10)

Run the code above in your browser using DataLab