Description Usage Arguments Value Note Author(s) References See Also Examples
Blocks a given factorial or response surface design.
1 |
fdo |
needs to be an object of class |
blocks |
numerical value giving the number of blocks. |
BoR |
logical value indicating whether the replicates should be blocked or not. |
random.seed |
numerical variable for |
useTable |
character indicating which table to use. The follwing options will be accepted:
|
gen |
giving the generator that will be used. |
The function blocking()
returns a an object of class facDesign with blocking structure.
blocking
is still buggy at this time and Blocking on Replicates is not yet implemented and Blocking requires k >= 3 factors. This will change soon.
For an example in context which shows the effect of applying blocking()
to
an object of class facDesign
, please read the vignette for the package
qualityTools
at http://www.r-qualitytools.org/html/Improve.html.
Thomas Roth thomas.roth@tu-berlin.de
MYERS, Raymond H.; MONTGOMERY, Douglas C.; ANDERSON-COOK, Christine M.: Response Surface Methodology. New York: WILEY ,2009
facDesign
http://www.r-qualitytools.org/html/Improve.html
1 2 3 4 5 6 7 8 9 10 11 12 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.