listofkeyrings-class {planor} | R Documentation |
An S4 class to store design key solutions when there is only one prime involved or when the solutions are independent between primes.
Objects are created by
planor.designkey
, when the case is not recursive.
a list of objects of class
keyring
associated with different primes.
an object of class
designfactors
which contains the factors
specifications.
a list which contains the model and estimate specifications.
the number of units of the design.
Class list
, from data part.
Class vector
, by class list, distance 2.
give the aliasing for each key-matrix. See
alias
method.
extract one design key by taking one key matrix per prime.
extract one design key by taking one key matrix per
prime. See pick
method.
build a design using one key matrix per prime.
See planor.design
method.
display the object. See
show
method.
summarize the design properties from object
.
See summary
method.
Monod, H. and Bouvier, A.
Creator function: planor.designkey
showClass("listofkeyrings") ### Creation of a listofkeyrings object K0 <- planor.designkey(factors=c(LETTERS[1:4], "block"), nlevels=rep(3,5), model=~block+(A+B+C+D)^2, estimate=~A+B+C+D, nunits=3^3, base=~A+B+C, max.sol=2) show(K0)