| convert.weight {FIT} | R Documentation | 
Converts regression weight data from a dataframe into an object.
Description
Converts regression weight data from a dataframe into an object.
Usage
convert.weight(data, entries = NULL)
Arguments
| data | A dataframe that contains weight data to be loaded. | 
| entries | An optional string array that designates the entries of the dataframe to be loaded. | 
Value
An object that represents the weights 
Internally, the object holds a matrix of size
nsamples * ngenes.
[Package FIT version 0.0.6 Index]