sreenath <sreenath.rajur <at> macfast.ac.in> writes:

> 
> sim(file_name,method="jaccard")
> this command is giving the raw wise similarity matrix
> how can i find column wise similarity matrix?
> what is the command?
> please help me
> 

  Based on a search 

library("sos"); findFn("jaccard sim")

I'm guessing that you're using the simba package (which you really
should have said in your message ...).  In general transposing the
matrix  

  sim(t(file_name),method="jaccard")

should work.

If you have ecology-related questions you might want to check out
the r-sig-ecol...@r-project.org mailing list ...

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to