treatcomb2factors | R Documentation |
This function uses treatment combinations in standard (Yates') order to generate factors canonical format for factorial designs with only two levels.
treatcomb2factors(data)
data |
n x 2 data frame containing the experimental data. |
the updated data with factors in the canonical format
library(planex)
data(refrigerantes2k)
head(refrigerantes2k)
refrigerantes2k <- treatcomb2factors(refrigerantes2k)
refrigerantes2k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.