View source: R/6.3_Plackett_Burman_designs_Functions.R
pbDesign | R Documentation |
Function to create a Plackett-Burman design.
pbDesign(n, k, randomize = TRUE, replicates = 1)
n |
Integer value giving the number of trials. |
k |
Integer value giving the number of factors. |
randomize |
A logical value ( |
replicates |
An integer specifying the number of replicates for each run in the design. |
A pbDesign
returns an object of class pbDesign
.
This function creates Placket-Burman Designs down to n=26. Bigger Designs are not implemented because of lack in practicability. For the creation either the number of factors or the number of trials can be denoted. Wrong combinations will lead to an error message. Originally Placket-Burman-Design are applicable for number of trials divisible by 4. If n is not divisble by 4 this function will take the next larger Placket-Burman Design and truncate the last rows and columns.
facDesign
: for 2^k factorial designs.
rsmDesign
: for response surface designs.
fracDesign
: for fractional factorial design.
gageRRDesign
: for gage designs.
pbdo<- pbDesign(n=5)
pbdo$summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.