powered by
summary
lm.mp
## S3 method for class 'lm.mp': summary(object, ...)
lm4d
Y = matrix(rnorm(6000), nrow=20) X = rnorm(20) t1 = lm.mp(Y, ~X) st1 = summary(t1)
Run the code above in your browser using DataLab