summary.FielDHub {FielDHub} | R Documentation |
Summary a FielDHub
object
Description
Summarise information on the design parameters, and data frame structure
Usage
## S3 method for class 'FielDHub'
summary(object, ...)
Arguments
object |
an object inheriting from class
|
... |
Unused, for extensibility |
Value
an object inheriting from class summary.FielDHub
Author(s)
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
Examples
# Example 1: Generates a CRD design with 5 treatments and 5 reps each.
crd1 <- CRD(t = 5, reps = 5, plotNumber = 101,
seed = 1985, locationName = "Fargo")
crd1$infoDesign
summary(crd1)
[Package FielDHub version 1.4.2 Index]