This is an internal function, which constructs a model matrix for new covariate data, based on the formula and scaling info in an existing GlmBayesMfp object. The matrix can then be passed to prediction functions.
constructNewdataMatrix(object, newdata)
a valid GlmBayesMfp
-Object
the new covariate data as a data.frame (with the same
covariate names as in the call to glmBayesMfp
)
The (uncentered!) model matrix with the FP columns shifted and scaled as for the original data.