Re: [R] adaptIntegrate - how to pass additional parameters to the integrand

2011-05-03 Thread baptiste auguie
day, May 03, 2011 7:17 AM > To: HC > Cc: r-help@r-project.org > Subject: Re: [R] adaptIntegrate - how to pass additional parameters to the > integrand > > On 03.05.2011 06:43, HC wrote: >> Hello, >> >> I am trying to use adaptIntegrate function but I need to pass on a few &

Re: [R] adaptIntegrate - how to pass additional parameters to the integrand

2011-05-03 Thread Ravi Varadhan
=0.2) Ravi. From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On Behalf Of Uwe Ligges [lig...@statistik.tu-dortmund.de] Sent: Tuesday, May 03, 2011 7:17 AM To: HC Cc: r-help@r-project.org Subject: Re: [R] adaptIntegrate - how to pass additional

Re: [R] adaptIntegrate - how to pass additional parameters to the integrand

2011-05-03 Thread HC
Dr. Ligges, Thanks a lot for providing syntax for passing additional parameters. It worked for me and has solved my problem. Many thanks for your quick help. HC -- View this message in context: http://r.789695.n4.nabble.com/adaptIntegrate-how-to-pass-additional-parameters-to-the-integrand-tp34

Re: [R] adaptIntegrate - how to pass additional parameters to the integrand

2011-05-03 Thread Uwe Ligges
On 03.05.2011 06:43, HC wrote: Hello, I am trying to use adaptIntegrate function but I need to pass on a few additional parameters to the integrand. However, this function seems not to have the flexibility of passing on such additional parameters. Am I missing something or this is a known lim

[R] adaptIntegrate - how to pass additional parameters to the integrand

2011-05-02 Thread HC
Hello, I am trying to use adaptIntegrate function but I need to pass on a few additional parameters to the integrand. However, this function seems not to have the flexibility of passing on such additional parameters. Am I missing something or this is a known limitation. Is there a good alternativ