Displaying 2 results from an estimated 2 matches for "distest".
Did you mean:
disktest
2007 Jun 19
1
Dissimilarity Analysis
...-Index.
My first question is if all zeros in my table are seen as missing
values and if it islike that how can I change without turning zero
into other numbers?
Secondly I tried to perform the analysis as simple as possible, after
changing the characterstates into 1 and 2 with this code:
DisTest<-dsvdis(Test, index = "sorensen")
But I always get back this error message:
Warnung in symbol.For("dsvdis") :'symbol.For' is not needed: please
remove it
Fehler in dsvdis(Test, index = "sorensen") :
NA/NaN/Inf in externem Funktionsaufruf (arg 1)
Zusätzl...
2007 Jun 20
1
Dissimilarity
...n-Index.
>>
>> My first question is if all zeros in my table are seen as missing
>> values and if it islike that how can I change without turning zero
>> into other numbers?
>
> no - the zeros are valid observations. the na's are missing data.
>
>
>> DisTest<-dsvdis(Test, index = "sorensen")
>>
>> But I always get back this error message:
>>
>> Warnung in symbol.For("dsvdis") :'symbol.For' is not needed: please
>> remove it
>> Fehler in dsvdis(Test, index = "sorensen") :
>&...