Skip to content

Integration over multiple dimensions

2 messages · Anthony Tate, Brian Ripley

#
I have just upgraded to R 1.3.0 and I have not been able to find the adapt
function in the new version. In the old version this function was in the add-on
package "integrate" and allowed the evaluation of integral over 2 or more
dimensions. As the integrate function is now in the base package of R is the
adapt function still available as I have been unable to find it?

Yours sincerely

Anthony Tate


Anthony Tate          E-Mail: Anthony Tate <agt at ma.adfa.edu.au>
School of Mathematics and Statistics
UNSW at the Australian Defence Force Academy
Canberra ACT
Australia

Date: 27-Jun-01
Time: 11:45:15

This message is intended for the addressee named and may contain
confidential information.  If you are not the intended recipient, please
delete it and notify the sender.  Views expressed in this message are those
of the individual sender and are not necessarily the views of the University
of New South Wales at the Australian Defence Force Academy



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, 27 Jun 2001, Anthony Tate wrote:

            
The two are unrelated.  adapt was and is in package integrate.
There is a completely different integrate() function as part of base R,
with capabilities closer to those of the S function of the same name
(and with no licensing complications).

The integrate package has been moved to Archive on CRAN.