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.
1 2 3 4 5 6 | prdlist(...)
as.prdlist(x, ...)
## S3 method for class 'list'
as.prdlist(x = NULL, names = NULL, ...)
|
... |
objects of class prdframe conditions. |
x |
list of prediction frames |
names |
character vector, the list names, e.g. the names of the experimental |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.