Cmatrix | R Documentation |
Gives the information matrix from a given treatment by block incidence matrix of a block design
Cmatrix(N)
N |
treatment by block incidence matrix |
Cmatrix |
v by v information matrix where v is number of treatments |
Baidya Nath Mandal <mandal.stat@gmail.com>
N = matrix(c(1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0
,1,0,1,1,0,0),nrow=7,byrow=TRUE)
Cmatrix(N)
Information.Matrix(N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.