prepare_newdata {deepregression} | R Documentation |
Function to prepare new data based on parsed formulas
Description
Function to prepare new data based on parsed formulas
Usage
prepare_newdata(pfc, newdata, gamdata = NULL)
Arguments
pfc |
list of processor transformed formulas |
newdata |
list in the same format as the original data |
gamdata |
processor for gam part |
Value
list of matrices or arrays
[Package deepregression version 1.0.0 Index]