Displaying 1 result from an estimated 1 matches for "dissimiliarty".
Did you mean:
dissimilarity
2000 Aug 28
2
R function calling. Do I understand this right?
...logical(n),
diss = as.double(d), PACKAGE="mva")
<snip>
In this call, the "actual data" input is an integer "n", an integer
"len", an integer "method", and "diss", which is the vector obtained by
coercing bottom left part of a dissimiliarty matrix into a vector of
doubles.
So, I believe that means d is like this
x x x
1.1 x x
3.3 4.4 x
And diss is {1.1,3.3,4.4}
Now here is the qustion. All of the other variables listed as input,
ia,ib, crit,membr,nn,disnn, and flag, are just empty vectors being
passed through to...