| prdlist {dMod} | R Documentation | 
Prediction list
Description
A prediction list is used to store a list of model predictions from different prediction functions or the same prediction function with different parameter specifications. Each entry of the list is a prdframe.
Usage
prdlist(...)
as.prdlist(x, ...)
## S3 method for class 'list'
as.prdlist(x = NULL, names = NULL, ...)
Arguments
... | 
 objects of class prdframe conditions.  | 
x | 
 list of prediction frames  | 
names | 
 character vector, the list names, e.g. the names of the experimental  | 
[Package dMod version 1.0.2 Index]