guido.schreurs@power.alstom.com
2001-Oct-21 10:22 UTC
[R] Request information on R-package
Dear sir,mrs,ms, I would like to get some more information about the R- program. I am seeking a tool to calculate non-linear multivariate regression functions, this should be programmed in C++(Windows-based). My question is if R can calculate the function coefficients using regression functions and if the code for doing this is available in C++ format. Thank you. Best regards,.... G. Schreurs CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
guido.schreurs at power.alstom.com wrote:> > Dear sir,mrs,ms, > > I would like to get some more information about the R- program. I am seeking a > tool to calculate non-linear multivariate regression functions, this should be > programmed in C++(Windows-based). My question is if R can calculate the function > coefficients using regression functions and if the code for doing this is > available in C++ format.A good point to start are the packages nls for Nonlinear Rregression and nlme (Nonlinear Mixed-Effects Models). Underlying code is written in C (not C++) or Fortran. You will find the code in the sources of the packages (available on CRAN; also the windows binaries are available on CRAN.). Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._