Learn R Programming

radiant.design (version 1.3.5)

summary.doe: Summary method for doe function

Description

Summary method for doe function

Usage

# S3 method for doe
summary(object, eff = TRUE, part = TRUE, full = TRUE, est = TRUE, dec = 3, ...)

Arguments

object

Return value from doe

eff

If TRUE print efficiency output

part

If TRUE print partial factorial

full

If TRUE print full factorial

est

If TRUE print number of effects that will be estimable using the partial factorial design

dec

Number of decimals to show

...

further arguments passed to or from other methods.

Details

See https://radiant-rstats.github.io/docs/design/doe.html for an example in Radiant

See Also

doe to calculate results

Examples

Run this code
# NOT RUN {
c("price; $10; $13; $16", "food; popcorn; gourmet; no food") %>%
  doe() %>%
  summary()

# }

Run the code above in your browser using DataLab