| fit.models {FIT} | R Documentation | 
A raw API for fixing linear regression coefficients.
Description
Note: use train() unless the user is willing to
accept breaking API changes in the future.
Usage
fit.models(expression, weight, attribute, weather, recipe, models)
Arguments
| expression | An object that represents gene expression data.
The object can be created from a dumped/saved dataframe
of size  | 
| weight | A matrix of size  Note that, unlike for  | 
| attribute | An object that represents the attributes of
microarray/RNA-seq data.
The object can be created from a dumped/saved dataframe
of size  | 
| weather | An object that represents actual or hypothetical weather data
with which the training of models are done.
The object can be created from a dumped/saved dataframe
of size  | 
| recipe | An object that represents the training protocol of models.
A recipe can be created using  | 
| models | A collection of models being trained as is returnd by
 | 
Value
A collection of models whose parameters and regression coeffients are optimized.