Is there a simple method under R to solve an overdetermined system of linear equations Ax=b with A being a matrix m*n? I know that solve() seems to work for m*m matrices, but I had no luck with overdetermined systems. Mlod