| as.data.frame.datalist {dMod} | R Documentation | 
Coerce to a Data Frame
Description
Coerce to a Data Frame
Usage
## S3 method for class 'datalist'
as.data.frame(x, ...)
## S3 method for class 'prdlist'
as.data.frame(x, ..., data = NULL, errfn = NULL)
Arguments
x | 
 any R object  | 
... | 
 not used right now  | 
data | 
 data list oject  | 
errfn | 
 obsfn object, the error model function to predict sigma  | 
Value
a data frame
[Package dMod version 1.0.2 Index]