View source: R/baseline_model.R
design_matrix.baseline_model | R Documentation |
Combines the drift term, block intercept term, and nuisance term (if any) into a complete design matrix.
## S3 method for class 'baseline_model'
design_matrix(x, blockid = NULL, allrows = FALSE, ...)
x |
A baseline_model object. |
blockid |
Optional block ID to extract a subset. |
allrows |
Logical; if TRUE, returns all rows for the block. |
A tibble representing the design matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.