fp_fraction | R Documentation |
Reduce a Factorial Plan by 1/2 Fraction
fp_fraction(dm, formula, remove = TRUE)
dm |
A factorial plan table. |
formula |
A formula for the defining relationship. |
remove |
A logical value indicating if the removed columns should be
removed. This setting is sticky: if it is FALSE and you pipe the result of
this function to another |
A reduced factorial plan table (a factorial.plan
object).
fp_design_matrix()
# build a 2^5-2 fractional factorial plan with defining relationships
# I=ABCD and I=BCDE
fp_design_matrix(5) %>%
fp_fraction(~A*B*C*D) %>%
fp_fraction(~B*C*D*E)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.