Displaying 1 result from an estimated 1 matches for "cs303".
Did you mean:
cs003
2008 Apr 24
0
Name of objects in a list
...t;- x[[i]]
y[[i]] <- mantel.rtest(x1, x2)
}
return(y)
}
lmantel <- mantel.list(ldis)
> str(ldis)
List of 7
$ s1536:Class 'dist' atomic [1:15400] 0.357 0.260 0.341 0.342 0.267 ...
.. ..- attr(*, "Labels")= chr [1:176] "CS301" "CS302" "CS303" "CS304" ...
.. ..- attr(*, "Size")= int 176
.. ..- attr(*, "call")= language as.dist.default(m = distance(x,
method = "mixed"))
.. ..- attr(*, "Diag")= logi FALSE
.. ..- attr(*, "Upper")= logi FALSE
$ s384L:Class 'dist&...