print.cbc_design | R Documentation |
Concise print method for cbc_design objects
## S3 method for class 'cbc_design'
print(x, ...)
x |
A cbc_design object |
... |
Additional arguments passed to print |
Returns the input cbc_design
object invisibly (class: c("cbc_design", "data.frame")). This function is called for its side effect of printing a concise summary of the CBC design to the console, including design method, structure, D-error metrics, profile usage, and a preview of the design data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.