Description Usage Arguments Value
This is an internal function to construct the UNCENTERED design matrix for a given bfp GLM model.
1 2 3 4 5 | getUncenteredDesignMatrix(
modelConfig = object[[1]]$configuration,
object,
fixedColumns = TRUE
)
|
modelConfig |
the model configuration list which must have elements “powers” and “powers”. Defaults to the configuration of the first element of |
object |
the |
fixedColumns |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.