collegegurl69
2011-Oct-10 19:34 UTC
[R] "invalid or not-yet-implemented 'Matrix' subsetting"
I have this error and I can't figure out whats wrong: "invalid or not-yet-implemented 'Matrix' subsetting" it pops up when I try to run this line of code: S <- B[indices.mod,union(mir.e.nc,mir.negatives.nc)] -- View this message in context: http://r.789695.n4.nabble.com/invalid-or-not-yet-implemented-Matrix-subsetting-tp3891550p3891550.html Sent from the R help mailing list archive at Nabble.com.
collegegurl69 <gunnerman4000 <at> hotmail.com> writes:> > I have this error and I can't figure out whats wrong: > "invalid or not-yet-implemented 'Matrix' subsetting" > it pops up when I try to run this line of code: > S <- B[indices.mod,union(mir.e.nc,mir.negatives.nc)]Could we have a reproducible example please ... ??