| adcol | R Documentation |
Function to add a new column to the matrix
adcol(x, y, z, run)
x |
levels vector of the new factor |
y |
number of levels of the new factor |
z |
level vector of the initial matrix |
run |
initial run matrix |
matrix with the new run order
x = matrix(c(-1, 1), ncol = 1)
y = length(x)
z = c(2,2,2)
run=matrix(c(1,-1,1,-1,1,1,-1,-1), ncol=2)
adcol(x,y,z,run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.