pasre.categorical.data {IPCAPS} | R Documentation |
(Internal function) Manipulate categorical input files
Description
(Internal function) Manipulate categorical input files
Usage
pasre.categorical.data(files)
Arguments
files |
IPCAPS supports categorical data, which rows represent features and columns represent subjects or individuals. Each column needs to be separated by a space or a tab. A big text file should be divided into smaller files to load faster. For instance, to input 3 files, use as: files=c( 'input1.txt', 'input2.txt', 'input3.txt'). |
Value
A data frame of input data
[Package IPCAPS version 1.1.8 Index]