# NOT RUN {
# simple, useless example
m <- matrix( letters[1:10], ncol=5)
m
unmatrix(m)
# unroll model output
x <- rnorm(100)
y <- rnorm(100, mean=3+5*x, sd=0.25)
m <- coef( summary(lm( y ~ x )) )
unmatrix(m)
# }
Run the code above in your browser using DataLab