c2df | R Documentation |
Functions to convert a matrix to a list of partitioned matrices, and back again.
c2df(CC)
c2m(CC)
m2c(M, df = rep(1, dim(M)[2]))
CC |
list of matrices, typically the output of |
M |
matrix to be partitioned according to |
df |
integer vector. See Details |
m2c
partitions a matrix into a list of matrices, by putting the first
df[1]
coloumns into the first matrix, the next df[2]
coloumns
into the second, etc.
c2m
joins a partitioned matrix back into a single matrix.
c2m(m2c(X, df))
equals X
.
c2df
takes a list of matrices and returns a vector with the number of
coloumns of the matrices.
m2c
returns a list of matrices.
c2m
returns a matrix.
c2df
returns a numeric vector.
sum(df)
must equal ncol(X)
.
Øyvind Langsrud and Bjørn-Helge Mevik
ffmanova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.