Ptit Bleu.
try the 'adapt' function for multi-dimensional numerical integration.
library(adapt)
Adaptive Numerical Integration in 220 Dimensions
John
Checked by AVG Free Edition.
11:53
__
R-help@r-project.org mailing list
https://stat.ethz.ch/ma
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
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
3 matches
Mail list logo