glmBfp (version 0.0-51)

constructNewdataMatrix: Construct the covariates matrix for new data based on an existing GlmBayesMfp object

Description

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.

Usage

constructNewdataMatrix(object, newdata)

Arguments

object

a valid GlmBayesMfp-Object

newdata

the new covariate data as a data.frame (with the same covariate names as in the call to glmBayesMfp)

Value

The (uncentered!) model matrix with the FP columns shifted and scaled as for the original data.