candidate_trt_set {MOODE} | R Documentation |
Forms the labelled candidate set of treatments
Description
This function forms the candidate set of treatments from the factors' levels, adds labels, with optional spherical transformation of the coordinates.
Usage
candidate_trt_set(Levels, K, Hypercube = TRUE)
Arguments
Levels |
Levels of each factor. |
K |
Number of factors. |
Hypercube |
Indicates if the experimental region is a hypercube ('TRUE') or spherical ('FALSE'). |
Value
Matrix of candidate set of treatments, with treatment labels contained in the first column.
Examples
# Candidate treatment set for five 3-level factors
K<-5; Levels <- rep(list(1:3),K);
candidate_trt_set(Levels, K)
[Package MOODE version 1.0.1 Index]