Dear R gurus.

Is there an R function equivalent to octaves / (Right division)
withouth forming the inverse of Y' using solve ?

[snip - from octave docu]

 Right division.  This is conceptually equivalent to the expression

          (inverse (y') * x')'

     but it is computed without forming the inverse of Y'.

     If the system is not square, or if the coefficient matrix is
     singular, a minimum norm solution is computed.

[snip]

Thanks
Eryk

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to