thanks petr.
--
Muhammad
On Wed, 7 Mar 2012, Petr Savicky wrote:
On Wed, Mar 07, 2012 at 09:42:15AM +, Muhammad Rahiz wrote:
Dear all,
Does anyone know of a function in R which allows for correlation of
zero-truncated timeseries such as x and y as illustrated below?
x <- rnorm(100)
x[w
On Wed, Mar 07, 2012 at 09:42:15AM +, Muhammad Rahiz wrote:
> Dear all,
>
> Does anyone know of a function in R which allows for correlation of
> zero-truncated timeseries such as x and y as illustrated below?
>
> x <- rnorm(100)
> x[which(x<0)] <- 0
>
> y <- abs(rnorm(100))
Hi.
If you wa
Dear all,
Does anyone know of a function in R which allows for correlation of
zero-truncated timeseries such as x and y as illustrated below?
x <- rnorm(100)
x[which(x<0)] <- 0
y <- abs(rnorm(100))
Thanks
--
Muhammad
__
R-help@r-project.org maili
3 matches
Mail list logo