Parameters {Design.parameters} | R Documentation |
Parameters of the Experimental Designs
Description
This package includes a function for generating parameters for the input designs, as well as incidence matrices. This is a general function that can be used to investigate the characterization properties of any block design.
Usage
Parameters(input_design)
Arguments
input_design |
A design which should be in a matrix format |
Value
Experimental designs in matrix form considering rows as blocks and fill the empty cells with zeros
Examples
library(Design.parameters)
design=matrix(1:9, nrow = 3, ncol = 3)
Parameters(design)
[Package Design.parameters version 0.1.0 Index]