result <- Reduce("+", unlist(z, recursive=FALSE))
b
On Aug 22, 2009, at 2:03 PM, kathie wrote:
Dear Gabor Grothendieck,
thank you for your comments.
Ive already tried that. but I've got this error message.
Reduce("+",z)
Error in f(init, x[[i]]) : non-numeric argument to binary operato
On Aug 22, 2009, at 1:03 PM, kathie wrote:
Dear Gabor Grothendieck,
thank you for your comments.
Ive already tried that. but I've got this error message.
Reduce("+",z)
Error in f(init, x[[i]]) : non-numeric argument to binary operator
> Reduce("+", c( LL[[1]], LL[[2]] ) )
[,1] [
Hi Kathie,
On Sat, Aug 22, 2009 at 1:03 PM, kathie wrote:
Dear Gabor Grothendieck,
>
>
> thank you for your comments.
>
> Ive already tried that. but I've got this error message.
>
>
> > Reduce("+",z)
> Error in f(init, x[[i]]) : non-numeric argument to binary operator
>
>
> anyway, thanks
>
>
Dear Gabor Grothendieck,
thank you for your comments.
Ive already tried that. but I've got this error message.
> Reduce("+",z)
Error in f(init, x[[i]]) : non-numeric argument to binary operator
anyway, thanks
ps.
> is.matrix(z[[1]][[1]])
[1] TRUE
I guess the reason "Reduce" doesn't wor
See this:
https://stat.ethz.ch/pipermail/r-help/2009-August/208002.html
On Sat, Aug 22, 2009 at 11:41 AM, kathie wrote:
>
> Dear R users,
>
> I have the list as follows;
>
> #--
>
>> z
>
> [[1]]
> [[1]][[1]]
>
> matrix(A)
>
> [[1]][[2]]
>
> matr
Dear R users,
I have the list as follows;
#--
> z
[[1]]
[[1]][[1]]
matrix(A)
[[1]][[2]]
matrix(B)
[[1]][[3]]
matrix(C)
[[2]]
[[2]][[1]]
matrix(D)
[[2]][[2]]
matrix(E)
[[2]][[3]]
matrix(F)
#-
6 matches
Mail list logo