[R] qr test?

RICHARD M. HEIBERGER rmh at temple.edu
Wed Feb 17 19:58:23 CET 2010


Your results show that you have a rank 2 matrix.

> $rank
> [1] 2

Therefore the third column of Q  for your x is arbitrary.

A better example would be
x <- matrix(rnorm(12), 4, 3)
qr(x)



Rich



More information about the R-help mailing list