Displaying 1 result from an estimated 1 matches for "zappli".
Did you mean:
appli
2012 Mar 25
3
row, col function but for a list (probably very easy question, cannot seem to find it though)
Hi guys,
I'm quite new to R but quite enthousiastic. I'm trying to rewrite a bit of
code in order to make it faster, so instead of nesting for loops I'm trying
some apply functions. Since it's a combination of lists of matrices and
other matrices, I would like to use lapply() on the list and still be able
to use the list index to index in the matrices.
So, in "code