Learn R Programming

r6qualitytools (version 1.0.1)

pbDesign: pbDesign: Plackett-Burman Designs

Description

Function to create a Plackett-Burman design.

Usage

pbDesign(n, k, randomize = TRUE, replicates = 1)

Value

A pbDesign returns an object of class pbDesign.

Arguments

n

Integer value giving the number of trials.

k

Integer value giving the number of factors.

randomize

A logical value (TRUE/FALSE) that specifies whether to randomize the RunOrder of the design. By default, randomize is set to TRUE.

replicates

An integer specifying the number of replicates for each run in the design.

See Also

  • facDesign: for 2^k factorial designs.

  • rsmDesign: for response surface designs.

  • fracDesign: for fractional factorial design.

  • gageRRDesign: for gage designs.

Examples

Run this code
pbdo<- pbDesign(n=5)
pbdo$summary()

Run the code above in your browser using DataLab