Re: [R] Must be easy, but haven't found the function (numerical integration)

2007-09-20 Thread John Wilkinson_dsl
Ptit Bleu. try the 'adapt' function for multi-dimensional numerical integration. library(adapt) Adaptive Numerical Integration in 2–20 Dimensions John Checked by AVG Free Edition. 11:53 __ R-help@r-project.org mailing list https://stat.ethz.ch/ma

Re: [R] Must be easy, but haven't found the function (numerical integration)

2007-09-17 Thread bbolker
On 9/17/07, Ptit_Bleu <[EMAIL PROTECTED]> wrote: > I have a data frame of 2 columns with the following types : > data$day char > data$value num > > And I plot my data with : > plot(strptime(donnees$day,format="%Y-%m-%d %H:%M:%S"),donnees$value, > type="l") > > And I'd just like to get the numeri

Re: [R] Must be easy, but haven't found the function (numerical integration)

2007-09-17 Thread Paul Smith
On 9/17/07, Ptit_Bleu <[EMAIL PROTECTED]> wrote: > I have a data frame of 2 columns with the following types : > data$day char > data$value num > > And I plot my data with : > plot(strptime(donnees$day,format="%Y-%m-%d %H:%M:%S"),donnees$value, > type="l") > > And I'd just like to get the numerical