Displaying 1 result from an estimated 1 matches for "arank".
Did you mean:
frank
2010 Feb 10
0
Help needed in fine tuning the sapply output
...y(my.data[, 3:8], my.func)))
I almost get what I intended to do, but I'm unable to export the data frame
"a" to CSV format. For that matter, I'm not able to remove NA's using
na.omit(a). Here's the log:
> class(a)
[1] "data.frame"
> write.csv(a,file="aranks.csv",na="")
Error in write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec,
as.integer(quote), :
unimplemented type 'list' in 'EncodeElement'
I'm not sure, but I'm suspecting the problem might be in the output
structure of the my.func. Any helpful h...