brif_write_data {brif} | R Documentation |
Write data set to file
Description
Write data set to file
Usage
brif_write_data(df, resp_col_num = 1, outfile = "data")
Arguments
df |
a data frame |
resp_col_num |
an integer indicating the column number (in df) of the response variable. For test data without the response column, use 0 here. |
outfile |
a character string specifying the file name prefix of output files |
Value
a list of four elements. n: number of rows, p: number of predictors, data_file: name of the data file, config_file: name of the configuration file
[Package brif version 1.4.1 Index]