fp_add_names | R Documentation |
Store factor names in the factorial.plan
object, as a list within the
factor.names
attribute.
fp_add_names(dm, ...)
dm |
the design matrix. |
... |
a set of factors to name, with their respective names, e.g.
|
the design matrix with the named factors.
fp_design_matrix(3, rep=2) %>%
fp_add_names(A="Temperature", B="Pressure")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.