Skip to content

Document R sourcecode with Tex

4 messages · Michael Grant, Enrico De Giorgi, julien claude +1 more

#
Hi Daniel,

You may also find Sweave in the 'tools' package
helpful if you go beyond listing code and want to
include results. I have found Sweave exceedingly
effective for developing code verification and
validation documents. BTW, it is also very easy to
use.

Best regards,
Michael Grant
--- Daniel Hoppe <hoppe at sitewaerts.de> wrote:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


__________________________________________________



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
A beginners question:

What the analogon in R of the ginverse() function in Splus?

Thank you.

Best Regards,
Enric
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Dear Enrico,

ginv in the Package MASS  calculates the Moore-Penrose generalized inverse,
and should be the analogous of ginverse in Splus


-------
julien Claude
ISEM, Universit? de Montpellier 2
34095 Montpellier
France 




A 16:17 14/08/02 +0200, Enrico De Giorgi a ?crit :
.-.-
._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
help.search("ginv")


gives the following:

Help files with alias or title matching `ginv',
type `help(FOO, package = PKG)' to inspect entry `FOO(PKG) TITLE':

ginv(MASS)              Generalized Inverse of a Matrix
ginv(multcomp)          Generalized Inverse of a Matrix

so you must say for instance
library(MASS)

and then
?ginv

Kjetil Halvorsen
Enrico De Giorgi wrote:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._