prdlist: Prediction list

Description Usage Arguments

View source: R/classes.R

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

1
2
3
4
5
6
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


dMod documentation built on Jan. 27, 2021, 1:07 a.m.