Computes the prediction errors using the trained models.
Computes the prediction errors using the trained models.
prediction.errors(models, expression, attribute, weather)
models |
A list of trained models for the genes of interest. At the moment the collection of trained models returned
by |
expression |
An object that represents the actual measured data of
gene expressions.
The object can be created from a dumped/saved dataframe
of size |
attribute |
An object that represents the attributes of
microarray/RNA-seq data.
The object can be created from a dumped/saved dataframe
using |
weather |
An object that represents actual or hypothetical weather data
with which predictions of gene expressions are made.
The object can be created from a dumped/saved dataframe
using |
A list of deviance (a measure of validity of predictions,
as is defined by each model) between the prediction results
and the measured results (as is provided by the user through
expression
argument).
## Not run: # see the usage of FIT::predict() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.