Mark Orr columbia.edu> writes:
>
> Hi R community,
> I have a question concerning passing arguments between apply and lapply?
[snip]
>
> #START CODE SNIPPET
>
> #LIST AND VECTOR
> rm(list=ls())
> l <- list(1:3,2:3,4:10,7:9)
> v <- 1:3
>
> #USED IN j loop to catch values
> catch.mat <- matrix
Hi R community,
I have a question concerning passing arguments between apply and lapply? Or
maybe, once my problem is explained, the question is really about how to best
transform my nested for loops into list/matrix operations; I am just beginning
this transformation away from nested for l
2 matches
Mail list logo