This is an internal function to construct the UNCENTERED design matrix for a given bfp GLM model.
getUncenteredDesignMatrix(
modelConfig = object[[1]]$configuration,
object,
fixedColumns = TRUE
)
the model configuration list which must have elements “powers” and “powers”. Defaults to the configuration of the first element of
the GlmBayesMfp
object, which is needed because it contains
the covariates matrix and indices vector
return the fixed columns inside the matrix (default) or not?
The design matrix, where the non-fixed part is columnwise centered (that is, the colmeans are zero).